git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c145e
)
ARM: dts: at91: sama5d2: Pass bootph-all to the PIT timer
author
Fabio Estevam
<festevam@denx.de>
Thu, 3 Apr 2025 15:10:50 +0000
(12:10 -0300)
committer
Eugen Hristev
<eugen.hristev@linaro.org>
Fri, 18 Apr 2025 10:41:25 +0000
(13:41 +0300)
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>
arch/arm/dts/sama5d2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sama5d2.dtsi
b/arch/arm/dts/sama5d2.dtsi
index
7b62fff
..
62191ff
100644
(file)
--- 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 {