9
0
Fork 0
barebox/drivers/ata
Eric Bénard 4395095ab5 sata-imx: i.MX53, use the internal 120MHz clock by default
this allows SATA to work on i.MX53 QSB-R :
barebox@Freescale i.MX53 Quick Start-R Board:/ ata0.probe=1
imx-sata 10000000.sata: port 0: SATA link ok
imx-sata 10000000.sata: port 0: Spinning up device...
imx-sata 10000000.sata: port 0: ok.
ata0: registered /dev/ata0

before this fix the log was :
barebox@Freescale i.MX53 Quick Start-R Board:/ ata0.probe=1
imx-sata 10000000.sata: port 0: SATA link timeout
set parameter: Connection timed out

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-02-10 09:13:31 +01:00
..
Kconfig ata: Remove wrong DISK_DRIVE symbol 2013-04-30 08:21:33 +02:00
Makefile ata: Add i.MX AHCI driver 2012-12-07 12:19:45 +01:00
ahci.c barebox: remove double semicolons 2013-11-18 10:13:35 +01:00
ahci.h ata: ahci: implement init callback 2013-03-08 11:33:27 +01:00
disk_ata_drive.c ata: Make 'already initialized' a debug message 2013-06-21 07:40:47 +02:00
disk_bios_drive.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00
ide-sff.c treewide: Add missing includes 2013-11-08 15:42:04 +01:00
intf_platform_ide.c ata: ide: embed ata_ioports into struct ide_port and export it 2013-06-21 07:40:36 +02:00
pata-imx.c Merge branch 'for-next/misc' 2013-12-06 08:23:24 +01:00
sata-imx.c sata-imx: i.MX53, use the internal 120MHz clock by default 2014-02-10 09:13:31 +01:00