[PATCH] arm: mvebu: armada-xp-gp.dts: Add spi0 alias

Dennis Gilmore dgilmore at redhat.com
Fri Dec 11 18:14:43 CET 2020


Tested-by: Dennis Gilmore <dgilmore at redhat.com>

On Fri, 2020-12-11 at 05:47 +0100, Stefan Roese wrote:
> For correct spi bus detection the spi0 alias is needed in the DT.
> Otherwise this error will ocurr in U-Boot:
> 
> Invalid bus 0 (err=-19)
> Failed to initialize SPI flash at 0:0 (error -19)
> 
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Dennis Gilmore <dgilmore at redhat.com>
> ---
>  arch/arm/dts/armada-xp-gp.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/dts/armada-xp-gp.dts b/arch/arm/dts/armada-xp-
> gp.dts
> index 1139e9469a..d46475fe22 100644
> --- a/arch/arm/dts/armada-xp-gp.dts
> +++ b/arch/arm/dts/armada-xp-gp.dts
> @@ -31,6 +31,10 @@
>                 stdout-path = "serial0:115200n8";
>         };
>  
> +       aliases {
> +               spi0 = &spi0;
> +       };
> +
>         memory at 0 {
>                 device_type = "memory";
>                 /*




More information about the U-Boot mailing list