Commit f434ec22 authored by Judith Mendez's avatar Judith Mendez Committed by Viresh Kumar
Browse files

arm64: dts: ti: k3-am62p: Fix supported hardware for 1GHz OPP

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: 76d855f0 ("arm64: dts: ti: k3-am62p: add opp frequencies")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarJudith Mendez <jm@ti.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 37f84683
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ opp-800000000 {

		opp-1000000000 {
			opp-hz = /bits/ 64 <1000000000>;
			opp-supported-hw = <0x01 0x0006>;
			opp-supported-hw = <0x01 0x0007>;
			clock-latency-ns = <6000000>;
		};