浏览代码

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>
Jon Nettleton 7 年之前
父节点
当前提交
14deee2081
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      arch/arm/dts/armada-388-clearfog-u-boot.dtsi

+ 9 - 0
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;
+	};
+};