]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: a20-wits-pro-a20-dkt: Enable AHCI
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 12 Apr 2019 12:11:58 +0000 (17:41 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 17 Apr 2019 09:04:45 +0000 (14:34 +0530)
Enable ahci node for a20-wits-pro-a20-dkt, this would require since
we have DM_SCSI enabled on the respective SoC.

Right now, ahci enabled in -u-boot.dtsi and will remove once same
supported by Linux.

Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/dts/sun7i-a20-wits-pro-a20-dkt-u-boot.dtsi [new file with mode: 0644]

diff --git a/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt-u-boot.dtsi b/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt-u-boot.dtsi
new file mode 100644 (file)
index 0000000..8a1c468
--- /dev/null
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
+ */
+
+#include "sunxi-u-boot.dtsi"
+
+&ahci {
+       status = "okay";
+};