]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-am62p: Fix supported hardware for 1GHz OPP
authorJudith Mendez <jm@ti.com>
Mon, 18 Aug 2025 19:26:32 +0000 (14:26 -0500)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 22 Aug 2025 06:54:22 +0000 (12:24 +0530)
The 1GHz OPP is supported on speed grade "O" as well according to the
device datasheet [0], so fix the opp-supported-hw property to support
this speed grade for 1GHz OPP.

[0] https://www.ti.com/lit/gpn/am62p
Fixes: 76d855f05801 ("arm64: dts: ti: k3-am62p: add opp frequencies")
Cc: stable@vger.kernel.org
Signed-off-by: Judith Mendez <jm@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
arch/arm64/boot/dts/ti/k3-am62p5.dtsi

index 202378d9d5cfdc8eced935117398bcf859088d1b..8982a7b9f1a6a1d1a0eebe9342fdfa5d46245159 100644 (file)
 
                opp-1000000000 {
                        opp-hz = /bits/ 64 <1000000000>;
-                       opp-supported-hw = <0x01 0x0006>;
+                       opp-supported-hw = <0x01 0x0007>;
                        clock-latency-ns = <6000000>;
                };