diff options
| author | Jon Nettleton <[email protected]> | 2018-06-21 12:35:49 +0300 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2018-08-07 10:53:52 +0200 |
| commit | 14deee2081cca5e41e14883c6006e2e74b165cd7 (patch) | |
| tree | 0a350ab96345936ca2b759a08f01158bf383937a | |
| 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 <[email protected]>
[baruch: use -u-boot.dtsi]
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
| -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 00000000000..f31691ee949 --- /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; + }; +}; |
