On Thu, May 16, 2019 at 10:12 PM Baruch Siach <[email protected]> wrote: > > Enable SATA peripherals in SPL to allow boot from SATA. > > Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Chris Packham <[email protected]> > --- > arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi > b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi > index a12694e17103..cf6c08881b18 100644 > --- a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi > +++ b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi > @@ -11,3 +11,11 @@ > &sdhci { > u-boot,dm-spl; > }; > + > +&ahci0 { > + u-boot,dm-spl; > +}; > + > +&ahci1 { > + u-boot,dm-spl; > +}; > -- > 2.20.1 > > _______________________________________________ > U-Boot mailing list > [email protected] > https://lists.denx.de/listinfo/u-boot _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

