Thread (5 messages) read the whole thread 5 messages, 2 authors, 2022-08-29
STALE1432d LANDED

Landed in mainline as 7c7a05390b5e on 2022-08-29.

[PATCH 4/4] ARM: dts: qcom: msm8660-surf: move fixed regulator out of soc

From: Krzysztof Kozlowski <hidden>
Date: 2022-08-10 08:05:43
Also in: linux-arm-msm, lkml
Subsystem: the rest · Maintainer: Linus Torvalds

Fixed regulators, like stub for SDCC Power, are not part of SoC, so they
should be outside of the soc node.

Signed-off-by: Krzysztof Kozlowski <redacted>
---
 arch/arm/boot/dts/qcom-msm8660-surf.dts | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/arch/arm/boot/dts/qcom-msm8660-surf.dts b/arch/arm/boot/dts/qcom-msm8660-surf.dts
index 63b8f4285ace..be18f1be29a1 100644
--- a/arch/arm/boot/dts/qcom-msm8660-surf.dts
+++ b/arch/arm/boot/dts/qcom-msm8660-surf.dts
@@ -15,15 +15,13 @@ chosen {
 		stdout-path = "serial0:115200n8";
 	};
 
-	soc {
-		/* Temporary fixed regulator */
-		vsdcc_fixed: vsdcc-regulator {
-			compatible = "regulator-fixed";
-			regulator-name = "SDCC Power";
-			regulator-min-microvolt = <2700000>;
-			regulator-max-microvolt = <2700000>;
-			regulator-always-on;
-		};
+	/* Temporary fixed regulator */
+	vsdcc_fixed: vsdcc-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "SDCC Power";
+		regulator-min-microvolt = <2700000>;
+		regulator-max-microvolt = <2700000>;
+		regulator-always-on;
 	};
 };
 
-- 
2.34.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help