mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
ARM: dts: sam9x60ek: select PIT as tick-timer
U-Boot currently enables the UPLL during boot, which triggers a udelay()
call that depends on the system tick timer. Since no explicit tick source
is defined in the device tree, boot stalls on this board.
Define the "tick-timer" property under /chosen and point it to the PIT
node, ensuring U-Boot uses the PIT as the tick source.
Fixes: ac30d90f33 ("clk: Ensure the parent clocks are enabled while reparenting")
Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
This commit is contained in:
committed by
Eugen Hristev
parent
7885969610
commit
68b1f2aeb8
@@ -8,6 +8,7 @@
|
||||
/ {
|
||||
chosen {
|
||||
bootph-all;
|
||||
tick-timer = &pit;
|
||||
};
|
||||
|
||||
ahb {
|
||||
|
||||
Reference in New Issue
Block a user