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:
e0b0a5e
)
arm: dts: k3-j7200-r5-common: fix the mcu_timer0 clock frequency
author
Aniket Limaye
<a-limaye@ti.com>
Wed, 6 Mar 2024 06:37:48 +0000
(12:07 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 19 Mar 2024 22:40:46 +0000
(18:40 -0400)
Correcting the clock-frequency property of the mcu_timer0 node
Fixes:
df73e791ce09
("arm: dts: j7200: dts sync with Linux 6.6-rc1")
Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
arch/arm/dts/k3-j7200-r5-common-proc-board.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
index
195637a
..
c4ca09b
100644
(file)
--- a/
arch/arm/dts/k3-j7200-r5-common-proc-board.dts
+++ b/
arch/arm/dts/k3-j7200-r5-common-proc-board.dts
@@
-52,7
+52,7
@@
};
&mcu_timer0 {
- clock-frequency = <25000000>;
+ clock-frequency = <25000000
0
>;
bootph-pre-ram;
};