mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
ARM: dts: at91: sama5d2: Pass bootph-all to the PIT timer
The PIT timer needs to be available early in the SPL phase, otherwise SPL fails to boot and only prints: Could not initialize timer (err -96) Fix this problem by passing 'bootph-all' to the sama5d2 PIT node. Signed-off-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:
parent
50c145e752
commit
5d33a80c96
@ -778,6 +778,7 @@
|
||||
compatible = "atmel,at91sam9260-pit";
|
||||
reg = <0xf8048030 0x10>;
|
||||
clocks = <&h32ck>;
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
watchdog: watchdog@f8048040 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user