From: Aniket Limaye Date: Wed, 6 Mar 2024 06:37:48 +0000 (+0530) Subject: arm: dts: k3-j7200-r5-common: fix the mcu_timer0 clock frequency X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=ef7d7a293c91b60c342210e7f261073ab269e7d2;p=u-boot.git arm: dts: k3-j7200-r5-common: fix the mcu_timer0 clock frequency 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 Reviewed-by: Udit Kumar --- 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 195637a836..c4ca09b1e0 100644 --- 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 = <250000000>; bootph-pre-ram; };