arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 16 Feb 2023 15:30:32 +0000 (16:30 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Mar 2023 16:00:42 +0000 (17:00 +0100)
According to the RZ/G Series, 2nd Generation Hardware User’s Manual
Rev. 1.11, the System CPU cores on RZ/G2E do not have their own power
supply, but use the common internal power supply (typical 1.03V).

Hence remove the "opp-microvolt" properties from the Operating
Performance Points table.  They are optional, and unused, when none of
the CPU nodes is tied to a regulator using the "cpu-supply" property.

Fixes: 231d8908a66fa98f ("arm64: dts: renesas: r8a774c0: Add OPPs table for cpu devices")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/8348e18a011ded94e35919cd8e17c0be1f9acf2f.1676560856.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a774c0.dtsi

index e21653d8622827363f665c6c12fdbc07da0d55cc..10abfde329d00b4171f8ef22e29a46017b57a762 100644 (file)
                opp-shared;
                opp-800000000 {
                        opp-hz = /bits/ 64 <800000000>;
-                       opp-microvolt = <820000>;
                        clock-latency-ns = <300000>;
                };
                opp-1000000000 {
                        opp-hz = /bits/ 64 <1000000000>;
-                       opp-microvolt = <820000>;
                        clock-latency-ns = <300000>;
                };
                opp-1200000000 {
                        opp-hz = /bits/ 64 <1200000000>;
-                       opp-microvolt = <820000>;
                        clock-latency-ns = <300000>;
                        opp-suspend;
                };