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>
This commit is contained in:
Jagan Teki 2019-04-12 17:35:24 +05:30
parent cbb9cdc7aa
commit 328c5f09c9

View File

@ -21,6 +21,10 @@
};
};
&ahci {
status = "okay";
};
&ehci0 {
status = "okay";
};