[PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer
Manuel Reis
mluis.reis at gmail.com
Tue Apr 6 11:39:53 CEST 2021
in the early SPL boot stage whenever there is a call to udelay,
dm_timer_init fails to find the pit timer whenever it traverses
the device tree, if this property is not present
Signed-off-by: Manuel Reis <mluis.reis at gmail.com>
CC: Eugen Hristev <eugen.hristev at microchip.com>
---
arch/arm/dts/sama5d3.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/sama5d3.dtsi b/arch/arm/dts/sama5d3.dtsi
index 6ed218eaad..42c30e9f30 100644
--- a/arch/arm/dts/sama5d3.dtsi
+++ b/arch/arm/dts/sama5d3.dtsi
@@ -1320,6 +1320,7 @@
reg = <0xfffffe30 0xf>;
interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
clocks = <&mck>;
+ u-boot,dm-pre-reloc;
};
watchdog at fffffe40 {
--
2.27.0
More information about the U-Boot
mailing list