]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-j7200-r5-common: fix the mcu_timer0 clock frequency
authorAniket Limaye <a-limaye@ti.com>
Wed, 6 Mar 2024 06:37:48 +0000 (12:07 +0530)
committerTom 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

index 195637a836676211cc9b391abad5d08cc9f25ce5..c4ca09b1e030639c76c20d34483afaf348231025 100644 (file)
@@ -52,7 +52,7 @@
 };
 
 &mcu_timer0 {
-       clock-frequency = <25000000>;
+       clock-frequency = <250000000>;
        bootph-pre-ram;
 };