arm: dts: k3-j7200-r5-common: fix the mcu_timer0 clock frequency

Correcting the clock-frequency property of the mcu_timer0 node

Fixes: df73e791ce ("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>
This commit is contained in:
Aniket Limaye
2024-03-19 18:40:46 -04:00
committed by Tom Rini
parent e0b0a5eb9c
commit ef7d7a293c
@@ -52,7 +52,7 @@
};
&mcu_timer0 {
clock-frequency = <25000000>;
clock-frequency = <250000000>;
bootph-pre-ram;
};