ARM: dts: qcom: msm8660-surf: move fixed regulator out of soc
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 10 Aug 2022 08:05:16 +0000 (11:05 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 29 Aug 2022 21:46:45 +0000 (16:46 -0500)
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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220810080516.166866-4-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-msm8660-surf.dts

index 63b8f42..be18f1b 100644 (file)
                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;
        };
 };