summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2019-04-12 17:35:24 +0530
committerJagan Teki <jagan@amarulasolutions.com>2019-04-17 14:34:45 +0530
commit328c5f09c983347ceae58e3ba88cf8570badbe76 (patch)
tree40c897ed2f77f7d34d0c174934e64b948e1434a2
parentcbb9cdc7aa638a939ca841cff0033daeeb3d6702 (diff)
ARM: dts: a20-m5: Enable AHCI
Enable ahci node for sun7i-a20-m5.dts, this would require since we have DM_SCSI enabled on the respective SoC. No need to send patch to Linux for this change, since this dts is U-Boot specific. Cc: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
-rw-r--r--arch/arm/dts/sun7i-a20-m5.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/sun7i-a20-m5.dts b/arch/arm/dts/sun7i-a20-m5.dts
index 65930cc6ee..6de52c7c31 100644
--- a/arch/arm/dts/sun7i-a20-m5.dts
+++ b/arch/arm/dts/sun7i-a20-m5.dts
@@ -21,6 +21,10 @@
};
};
+&ahci {
+ status = "okay";
+};
+
&ehci0 {
status = "okay";
};