summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/r8a779m5.dtsi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2023-02-02 13:52:41 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2023-03-06 12:48:28 +0300
commit320dfca630887173a605b3f51f22afd59f038bdb (patch)
treeea03ac1079f3cfda823d1f58abda3ffd730c11c7 /arch/arm64/boot/dts/renesas/r8a779m5.dtsi
parent79d9cfa9d3cf3f790bff384d2d3177c51e4a50cb (diff)
downloadlinux-320dfca630887173a605b3f51f22afd59f038bdb.tar.xz
arm64: dts: renesas: rcar-gen3: Remove bogus "turbo-mode" properties
On several R-Car Gen3(e) SoCs, multiple (up to 4) operating points in the same cluster are marked with the "turbo-mode" property, which is meant only for operating points beyond "Normal Mode". Fix this by dropping the property from all operating points but the "High Performance" one. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/866d06aec09e5a86dba11970f93a728b3e34e9f5.1675335086.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a779m5.dtsi')
-rw-r--r--arch/arm64/boot/dts/renesas/r8a779m5.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a779m5.dtsi b/arch/arm64/boot/dts/renesas/r8a779m5.dtsi
index 8c9c0557fe77..df51e0ff5986 100644
--- a/arch/arm64/boot/dts/renesas/r8a779m5.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779m5.dtsi
@@ -12,6 +12,9 @@
};
&cluster0_opp {
+ opp-1800000000 {
+ /delete-property/ turbo-mode;
+ };
opp-2000000000 {
opp-hz = /bits/ 64 <2000000000>;
opp-microvolt = <960000>;