arm: mvebu: clearfog: enable SATA in SPL
authorBaruch Siach <baruch@tkos.co.il>
Thu, 16 May 2019 10:04:01 +0000 (13:04 +0300)
committerStefan Roese <sr@denx.de>
Thu, 11 Jul 2019 08:58:02 +0000 (10:58 +0200)
Enable SATA peripherals in SPL to allow boot from SATA.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-388-clearfog-u-boot.dtsi

index a12694e..cf6c088 100644 (file)
 &sdhci {
        u-boot,dm-spl;
 };
+
+&ahci0 {
+       u-boot,dm-spl;
+};
+
+&ahci1 {
+       u-boot,dm-spl;
+};