diff mbox series

[v2,2/2] ARM: dts: k3-am642: Correct timer frequency

Message ID 20220311155322.299791-3-vigneshr@ti.com
State Accepted
Commit 8d1acfd8de0eab57ba8e2cd36fd2769dd745b1fe
Delegated to: Tom Rini
Headers show
Series AM64: Tick timer fixes | expand

Commit Message

Raghavendra, Vignesh March 11, 2022, 3:53 p.m. UTC
Timer0 runs at 200MHz,and the clock-frequency defined in DT is
incorrect. Fix it.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 arch/arm/dts/k3-am642-evm-u-boot.dtsi | 2 +-
 arch/arm/dts/k3-am642-sk-u-boot.dtsi  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Nishanth Menon March 18, 2022, 12:50 p.m. UTC | #1
On 21:23-20220311, Vignesh Raghavendra wrote:
> 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>
Tom Rini April 5, 2022, 6:01 p.m. UTC | #2
On Fri, Mar 11, 2022 at 09:23:22PM +0530, Vignesh Raghavendra wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
index 03688a51a3..0c2d973409 100644
--- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
@@ -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;
 	};
 };
diff --git a/arch/arm/dts/k3-am642-sk-u-boot.dtsi b/arch/arm/dts/k3-am642-sk-u-boot.dtsi
index e5c26b8326..afe5baba8c 100644
--- a/arch/arm/dts/k3-am642-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-sk-u-boot.dtsi
@@ -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;
 	};
 };