From: Jon Nettleton <[email protected]> This is required so SPL and u-boot can boot from spi flash devices that use the dm drivers.
Signed-off-by: Jon Nettleton <[email protected]> Signed-off-by: Baruch Siach <[email protected]> --- arch/arm/dts/armada-388-clearfog.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/armada-388-clearfog.dts b/arch/arm/dts/armada-388-clearfog.dts index a0b566a5ae0e..b219441d84be 100644 --- a/arch/arm/dts/armada-388-clearfog.dts +++ b/arch/arm/dts/armada-388-clearfog.dts @@ -342,6 +342,7 @@ pinctrl-0 = <&spi1_pins &clearfog_spi1_cs_pins &mikro_spi_pins>; pinctrl-names = "default"; status = "okay"; + u-boot,dm-spl; spi-flash@0 { #address-cells = <1>; @@ -349,6 +350,7 @@ compatible = "w25q32", "jedec,spi-nor", "spi-flash"; reg = <0>; /* Chip select 0 */ spi-max-frequency = <3000000>; + u-boot,dm-spl; }; }; -- 2.17.1 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

