ARM: dts: qcom: apq8064-cm-qs600: pull 3p3v regulator from soc node

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
This commit is contained in:
Dmitry Baryshkov
2022-09-30 21:52:22 +03:00
committed by Bjorn Andersson
parent efbc351abf
commit 5586f54d62

View File

@@ -29,16 +29,13 @@
};
};
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;
};
};