diff mbox series

[U-Boot,7/9] arm: mvebu: clearfog: enable SATA in SPL

Message ID 2e0c204ce79daf71d9d232af4ce7237d69fc9adf.1557999190.git.baruch@tkos.co.il
State Accepted
Commit 22c47f6bbe3aa8cbc9de2186e78fd40ebaa16d67
Delegated to: Stefan Roese
Headers show
Series None | expand

Commit Message

Baruch Siach May 16, 2019, 10:04 a.m. UTC
Enable SATA peripherals in SPL to allow boot from SATA.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Chris Packham May 17, 2019, 7:59 a.m. UTC | #1
On Thu, May 16, 2019 at 10:12 PM Baruch Siach <baruch@tkos.co.il> wrote:
>
> 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>

> ---
>  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
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
diff mbox series

Patch

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;
+};