Commit 7c7a0539 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

ARM: dts: qcom: msm8660-surf: move fixed regulator out of soc

Fixed regulators, like stub for SDCC Power, are not part of SoC, so they
should be outside of the soc node.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220810080516.166866-4-krzysztof.kozlowski@linaro.org
parent 5bd858a8
...@@ -15,7 +15,6 @@ chosen { ...@@ -15,7 +15,6 @@ chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
soc {
/* Temporary fixed regulator */ /* Temporary fixed regulator */
vsdcc_fixed: vsdcc-regulator { vsdcc_fixed: vsdcc-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
...@@ -24,7 +23,6 @@ vsdcc_fixed: vsdcc-regulator { ...@@ -24,7 +23,6 @@ vsdcc_fixed: vsdcc-regulator {
regulator-max-microvolt = <2700000>; regulator-max-microvolt = <2700000>;
regulator-always-on; regulator-always-on;
}; };
};
}; };
&gsbi12 { &gsbi12 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment