[PATCH v6 11/17] sifive: dts: fu540: Enable gpio in U-Boot SPL

Pragnesh Patel pragnesh.patel at sifive.com
Sun Mar 29 19:05:32 CEST 2020


Add gpio node for U-Boot SPL

Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com>
---
 arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi b/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi
index af8c3e904c..b83f6afe4f 100644
--- a/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi
+++ b/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi
@@ -21,3 +21,7 @@
 		u-boot,dm-spl;
 	};
 };
+
+&gpio {
+	u-boot,dm-spl;
+};
-- 
2.17.1



More information about the U-Boot mailing list