From: Jon Nettleton Date: Thu, 21 Jun 2018 09:35:49 +0000 (+0300) Subject: arm: mvebu: clearfog: add u-boot, dm-spl tag for spi X-Git-Tag: v2018.09-rc2~66^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14deee2081cca5e41e14883c6006e2e74b165cd7;p=oweals%2Fu-boot.git arm: mvebu: clearfog: add u-boot, dm-spl tag for spi This is required so SPL and u-boot can boot from spi flash devices that use the dm drivers. Signed-off-by: Jon Nettleton [baruch: use -u-boot.dtsi] Signed-off-by: Baruch Siach Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi new file mode 100644 index 0000000000..f31691ee94 --- /dev/null +++ b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ + +&spi1 { + u-boot,dm-spl; + + spi-flash@0 { + u-boot,dm-spl; + }; +};