Skip to content

Commit f434ec2

Browse files
jmentivireshk
authored andcommitted
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: 76d855f ("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>
1 parent 37f8468 commit f434ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/ti/k3-am62p5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
opp-1000000000 {
137137
opp-hz = /bits/ 64 <1000000000>;
138-
opp-supported-hw = <0x01 0x0006>;
138+
opp-supported-hw = <0x01 0x0007>;
139139
clock-latency-ns = <6000000>;
140140
};
141141

0 commit comments

Comments
 (0)