mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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 <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>
This commit is contained in:
parent
53d7664711
commit
b0080ae1bb
1 changed files with 1 additions and 0 deletions
|
@ -1320,6 +1320,7 @@
|
|||
reg = <0xfffffe30 0xf>;
|
||||
interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
|
||||
clocks = <&mck>;
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
watchdog@fffffe40 {
|
||||
|
|
Loading…
Reference in a new issue