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

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
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ chosen {
		stdout-path = "serial0:115200n8";
	};

	soc {
	/* Temporary fixed regulator */
	vsdcc_fixed: vsdcc-regulator {
		compatible = "regulator-fixed";
@@ -25,7 +24,6 @@ vsdcc_fixed: vsdcc-regulator {
		regulator-always-on;
	};
};
};

&gsbi12 {
	qcom,mode = <GSBI_PROT_I2C_UART>;