Skip to content
Snippets Groups Projects
Commit 7e0712b2 authored by Simon Glass's avatar Simon Glass Committed by Jaehoon Chung
Browse files

dm: sata: imx: Allow driver model to be used for sata


Update the sata call to work with driver model.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent f19f1ecb
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ void arch_preboot_os(void) ...@@ -279,7 +279,7 @@ void arch_preboot_os(void)
imx_pcie_remove(); imx_pcie_remove();
#endif #endif
#if defined(CONFIG_SATA) #if defined(CONFIG_SATA)
sata_stop(); sata_remove(0);
#if defined(CONFIG_MX6) #if defined(CONFIG_MX6)
disable_sata_clock(); disable_sata_clock();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment