9
0
Fork 0

ARM: mx53-qsrb: enable sata

tested on i.MX53 START-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

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Eric Bénard 2014-02-08 15:16:11 +01:00 committed by Sascha Hauer
parent c65ac4d991
commit 9c08524f8a
1 changed files with 4 additions and 0 deletions

View File

@ -226,3 +226,7 @@
phy_type = "utmi";
status = "okay";
};
&sata {
status = "okay";
};