diff options
author | Jon Nettleton <jon@solid-run.com> | 2018-06-21 12:35:49 +0300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-08-07 10:53:52 +0200 |
commit | 14deee2081cca5e41e14883c6006e2e74b165cd7 (patch) | |
tree | 0a350ab96345936ca2b759a08f01158bf383937a /arch/arm/dts/armada-388-clearfog-u-boot.dtsi | |
parent | 69601ce003e4066f4394ddccc48ab6aabc0d314a (diff) |
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 <jon@solid-run.com>
[baruch: use -u-boot.dtsi]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-388-clearfog-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
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; + }; +}; |