diff options
author | Fabio Estevam <festevam@denx.de> | 2025-04-03 12:10:50 -0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@linaro.org> | 2025-04-18 13:41:25 +0300 |
commit | 5d33a80c96d9862dd174f0f5d493cd818d985c08 (patch) | |
tree | ba001e3b3e5da0dfccc4392e29fe6f3cc7e2e95c | |
parent | 50c145e75264b97e6dc264fd1ddeb10045720bae (diff) |
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>
-rw-r--r-- | arch/arm/dts/sama5d2.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi index 7b62fffb4ff..62191ff5d97 100644 --- a/arch/arm/dts/sama5d2.dtsi +++ b/arch/arm/dts/sama5d2.dtsi @@ -778,6 +778,7 @@ compatible = "atmel,at91sam9260-pit"; reg = <0xf8048030 0x10>; clocks = <&h32ck>; + bootph-all; }; watchdog: watchdog@f8048040 { |