Jiri Slaby 0d9143
From: Geert Uytterhoeven <geert+renesas@glider.be>
Jiri Slaby 0d9143
Date: Thu, 16 Feb 2023 16:30:31 +0100
Jiri Slaby 0d9143
Subject: [PATCH] arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP
Jiri Slaby 0d9143
 table
Jiri Slaby 0d9143
MIME-Version: 1.0
Jiri Slaby 0d9143
Content-Type: text/plain; charset=UTF-8
Jiri Slaby 0d9143
Content-Transfer-Encoding: 8bit
Jiri Slaby 0d9143
References: bsc#1012628
Jiri Slaby 0d9143
Patch-mainline: 6.3.2
Jiri Slaby 0d9143
Git-commit: fb76b0fae3ca880363214e1dcd6513ab8bd529e7
Jiri Slaby 0d9143
Jiri Slaby 0d9143
[ Upstream commit fb76b0fae3ca880363214e1dcd6513ab8bd529e7 ]
Jiri Slaby 0d9143
Jiri Slaby 0d9143
According to the R-Car Series, 3rd Generation Hardware User’s Manual
Jiri Slaby 0d9143
Rev. 2.30, the System CPU cores on R-Car E3 do not have their own power
Jiri Slaby 0d9143
supply, but use the common internal power supply (typical 1.03V).
Jiri Slaby 0d9143
Jiri Slaby 0d9143
Hence remove the "opp-microvolt" properties from the Operating
Jiri Slaby 0d9143
Performance Points table.  They are optional, and unused, when none of
Jiri Slaby 0d9143
the CPU nodes is tied to a regulator using the "cpu-supply" property.
Jiri Slaby 0d9143
Jiri Slaby 0d9143
Fixes: dd7188eb4ed128dc ("arm64: dts: renesas: r8a77990: Add OPPs table for cpu devices")
Jiri Slaby 0d9143
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Jiri Slaby 0d9143
Link: https://lore.kernel.org/r/9232578d9d395d529f64db3333a371e31327f459.1676560856.git.geert+renesas@glider.be
Jiri Slaby 0d9143
Signed-off-by: Sasha Levin <sashal@kernel.org>
Jiri Slaby 0d9143
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Jiri Slaby 0d9143
---
Jiri Slaby 0d9143
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 3 ---
Jiri Slaby 0d9143
 1 file changed, 3 deletions(-)
Jiri Slaby 0d9143
Jiri Slaby 0d9143
diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
Jiri Slaby 0d9143
index d4718f14..4529e9b5 100644
Jiri Slaby 0d9143
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
Jiri Slaby 0d9143
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
Jiri Slaby 0d9143
@@ -49,17 +49,14 @@ cluster1_opp: opp-table-1 {
Jiri Slaby 0d9143
 		opp-shared;
Jiri Slaby 0d9143
 		opp-800000000 {
Jiri Slaby 0d9143
 			opp-hz = /bits/ 64 <800000000>;
Jiri Slaby 0d9143
-			opp-microvolt = <820000>;
Jiri Slaby 0d9143
 			clock-latency-ns = <300000>;
Jiri Slaby 0d9143
 		};
Jiri Slaby 0d9143
 		opp-1000000000 {
Jiri Slaby 0d9143
 			opp-hz = /bits/ 64 <1000000000>;
Jiri Slaby 0d9143
-			opp-microvolt = <820000>;
Jiri Slaby 0d9143
 			clock-latency-ns = <300000>;
Jiri Slaby 0d9143
 		};
Jiri Slaby 0d9143
 		opp-1200000000 {
Jiri Slaby 0d9143
 			opp-hz = /bits/ 64 <1200000000>;
Jiri Slaby 0d9143
-			opp-microvolt = <820000>;
Jiri Slaby 0d9143
 			clock-latency-ns = <300000>;
Jiri Slaby 0d9143
 			opp-suspend;
Jiri Slaby 0d9143
 		};
Jiri Slaby 0d9143
-- 
Jiri Slaby 0d9143
2.35.3
Jiri Slaby 0d9143