ARM: dts: qcom: apq8064-cm-qs600: pull 3p3v regulator from soc node
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 30 Sep 2022 18:52:22 +0000 (21:52 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:20:00 +0000 (13:20 -0500)
The 3.3V regulator is not part of the SoC, so pull it from the SoC
node.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220930185236.867655-10-dmitry.baryshkov@linaro.org
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts

index 65684da52e2e65ea6af53becaccc0e8f09cbe962..5ff0d9a275ccb3e9a89a7201223cd3c708d18e5b 100644 (file)
                };
        };
 
-       soc {
-               /* on board fixed 3.3v supply */
-               v3p3_fixed: v3p3 {
-                       compatible = "regulator-fixed";
-                       regulator-name = "PCIE V3P3";
-                       regulator-min-microvolt = <3300000>;
-                       regulator-max-microvolt = <3300000>;
-                       regulator-always-on;
-               };
-
+       /* on board fixed 3.3v supply */
+       v3p3_fixed: regulator-v3p3 {
+               compatible = "regulator-fixed";
+               regulator-name = "PCIE V3P3";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-always-on;
        };
 };