diff mbox series

[v3,14/22] ARM: dts: imxrt1050-evk-u-boot: make gpt1 present for SPL

Message ID 20210513101851.11223-15-giulio.benetti@benettiengineering.com
State Accepted
Commit 0684ec8a9dbbd8cde518e45b651393f3669b0a03
Delegated to: Stefano Babic
Headers show
Series [v3,01/22] arm: imxrt: soc: make mpu regions generic | expand

Commit Message

Giulio Benetti May 13, 2021, 10:18 a.m. UTC
Timer needs to be already enabled in spl, so let's add its node to spl dtb.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 arch/arm/dts/imxrt1050-evk-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stefano Babic June 9, 2021, 1:43 p.m. UTC | #1
> Timer needs to be already enabled in spl, so let's add its node to spl dtb.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imxrt1050-evk-u-boot.dtsi b/arch/arm/dts/imxrt1050-evk-u-boot.dtsi
index fb4f7f6f9d..a4b50f0bb2 100644
--- a/arch/arm/dts/imxrt1050-evk-u-boot.dtsi
+++ b/arch/arm/dts/imxrt1050-evk-u-boot.dtsi
@@ -10,6 +10,10 @@ 
 	};
 };
 
+&gpt1 {
+	u-boot,dm-spl;
+};
+
 &lpuart1 { /* console */
 	u-boot,dm-spl;
 };