From: Manuel Reis Date: Tue, 6 Apr 2021 09:39:53 +0000 (+0100) Subject: ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer X-Git-Tag: v2025.01-rc5-pxa1908~1912^2 X-Git-Url: http://git.dujemihanovic.xyz/img/login.html?a=commitdiff_plain;h=b0080ae1bbfe78caf9cc43cef2b8fdcc75cc4320;p=u-boot.git ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer 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 CC: Eugen Hristev Tested-by: Derald D. Woods Reviewed-by: Eugen Hristev --- 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@fffffe40 {