ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer
authorManuel Reis <mluis.reis@gmail.com>
Tue, 6 Apr 2021 09:39:53 +0000 (10:39 +0100)
committerEugen Hristev <eugen.hristev@microchip.com>
Mon, 19 Apr 2021 07:38:52 +0000 (10:38 +0300)
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@gmail.com>
CC: Eugen Hristev <eugen.hristev@microchip.com>
Tested-by: Derald D. Woods <woods.technical@gmail.com>
Reviewed-by: Eugen Hristev <eugen.hristev@microchip.com>
arch/arm/dts/sama5d3.dtsi

index 6ed218e..42c30e9 100644 (file)
                                reg = <0xfffffe30 0xf>;
                                interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
                                clocks = <&mck>;
+                               u-boot,dm-pre-reloc;
                        };
 
                        watchdog@fffffe40 {