ARM: dts: k3-j721s2: Correct timer frequency
authorVignesh Raghavendra <vigneshr@ti.com>
Mon, 7 Mar 2022 09:25:51 +0000 (14:55 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 11 Apr 2022 15:39:19 +0000 (11:39 -0400)
MCU Timer0 runs at 250MHz, and the clock-frequency defined in DT appears
incorrect.

Without this delays in R5 SPL are 10x off.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm/dts/k3-j721s2-common-proc-board-u-boot.dtsi

index 749bc71..a17e61e 100644 (file)
@@ -40,7 +40,7 @@
                compatible = "ti,omap5430-timer";
                reg = <0x0 0x40400000 0x0 0x80>;
                ti,timer-alwon;
-               clock-frequency = <25000000>;
+               clock-frequency = <250000000>;
                u-boot,dm-spl;
        };