commit | 87791adc22ecb513e5f34cf51e167d3638da75da | [log] [tgz] |
---|---|---|
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | Mon Dec 15 16:02:58 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Jan 05 15:13:47 2015 -0500 |
tree | 20e38cf8fb76ef256a7f38538d517cd98ae3857f | |
parent | 8decf5d4a59a538ce918579d63cd7224266091d6 [diff] |
arm: omap: reset sata on boot On OMAP platforms (like OMAP5) Linux kernel fails to detect a SATA device if it is used by U-Boot. It happens because U-Boot does not reset SATA controller before boot. Reset the controller on OS boot so that Linux will have a clean state to work with. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Reviewed-by: Tom Rini <trini@ti.com>