[U-Boot] [PATCH 5/7] ARM: dts: a20-wits-pro-a20-dkt: Enable AHCI
Jagan Teki
jagan at amarulasolutions.com
Fri Apr 12 12:52:34 UTC 2019
Enable ahci node for a20-wits-pro-a20-dkt, this would require since
we have DM_SCSI enabled on the respective SoC.
Cc: Hans de Goede <hdegoede at redhat.com>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
Note: This change would need to send Linux first.
arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts b/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts
index c27e56091f..352fc4040e 100644
--- a/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts
+++ b/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts
@@ -133,6 +133,10 @@
};
};
+&ahci {
+ status = "okay";
+};
+
&ohci0 {
status = "okay";
};
--
2.18.0.321.gffc6fa0e3
More information about the U-Boot
mailing list