commit | 23dba640d75c8ccd12d5302217c48a6ad569c4e0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:14 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | 423728fa3f97a1b83d5a36164538bae209fbabc3 | |
parent | 6c857ad72d68adbc13e9ff001dba62fdbb4ade64 [diff] |
dm: sata: imx: Allow driver model to be used for sata Update the sata call to work with driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-imx/cpu.c b/arch/arm/mach-imx/cpu.c index 9e83b42..1017eb8 100644 --- a/arch/arm/mach-imx/cpu.c +++ b/arch/arm/mach-imx/cpu.c
@@ -279,7 +279,7 @@ imx_pcie_remove(); #endif #if defined(CONFIG_SATA) - sata_stop(); + sata_remove(0); #if defined(CONFIG_MX6) disable_sata_clock(); #endif