mirror_ubuntu-kernels/arch/arm64/boot/dts/renesas/r8a779m3.dtsi
Geert Uytterhoeven 320dfca630 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
2023-03-06 10:48:28 +01:00

25 lines
437 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0 or MIT)
/*
* Device Tree Source for the R-Car M3e-2G (R8A779M3) SoC
*
* Copyright (C) 2021 Glider bv
*/
#include "r8a77961.dtsi"
/ {
compatible = "renesas,r8a779m3", "renesas,r8a77961";
};
&cluster0_opp {
opp-1800000000 {
/delete-property/ turbo-mode;
};
opp-2000000000 {
opp-hz = /bits/ 64 <2000000000>;
opp-microvolt = <960000>;
clock-latency-ns = <300000>;
turbo-mode;
};
};