]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: dts: k3-am642: Correct timer frequency
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 11 Mar 2022 15:53:22 +0000 (21:23 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2022 23:02:04 +0000 (19:02 -0400)
Timer0 runs at 200MHz,and the clock-frequency defined in DT is
incorrect. Fix it.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-By: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am642-evm-u-boot.dtsi
arch/arm/dts/k3-am642-sk-u-boot.dtsi

index 03688a51a301149b2e4e731dc821ccd6d8ac749e..0c2d97340913d57398235dd20a99c33c167036d9 100644 (file)
@@ -16,7 +16,7 @@
                compatible = "ti,omap5430-timer";
                reg = <0x0 0x2400000 0x0 0x80>;
                ti,timer-alwon;
-               clock-frequency = <250000000>;
+               clock-frequency = <200000000>;
                u-boot,dm-spl;
        };
 };
index e5c26b8326409f2fa7e520860bc20ac568348160..afe5baba8c496c6880ba14954ceb4b98f6be4564 100644 (file)
@@ -20,7 +20,7 @@
                compatible = "ti,omap5430-timer";
                reg = <0x0 0x2400000 0x0 0x80>;
                ti,timer-alwon;
-               clock-frequency = <250000000>;
+               clock-frequency = <200000000>;
                u-boot,dm-spl;
        };
 };