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 <[email protected]> Signed-off-by: Jagan Teki <[email protected]> --- arch/arm/dts/sun7i-a20-m5.dts | 4 ++++ 1 file changed, 4 insertions(+) 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"; }; -- 2.18.0.321.gffc6fa0e3 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
