[5/7] ARM: dts: a20-wits-pro-a20-dkt: Enable AHCI

Message ID 20190412125236.12748-6-jagan@amarulasolutions.com
State New
Headers show
Series
  • sunxi: a20/r40: Migrate DM_MMC and DM_SCSI
Related show

Commit Message

Jagan Teki April 12, 2019, 12:52 p.m. UTC
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@redhat.com>
Signed-off-by: Jagan Teki <jagan@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(+)

Comments

Jagan Teki April 16, 2019, 3:54 p.m. UTC | #1
Hi Hans,

On Fri, Apr 12, 2019 at 6:23 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> 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@redhat.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
> Note: This change would need to send Linux first.

Would you able to do this change for Linux, since I don't have any
hardware to do the same?

Patch

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";
 };