From: Jagan Teki Date: Fri, 12 Apr 2019 12:05:24 +0000 (+0530) Subject: ARM: dts: a20-m5: Enable AHCI X-Git-Tag: v2019.07-rc1~18^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=328c5f09c983347ceae58e3ba88cf8570badbe76;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Jagan Teki --- diff --git a/arch/arm/dts/sun7i-a20-m5.dts b/arch/arm/dts/sun7i-a20-m5.dts index 65930cc..6de52c7 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"; };