Commit 26fe8ec3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: msm8960-cdp: move regulator out of simple-bus



Regulators is not a bus, so drop incomplete simple-bus usage to fix dtbs
W=1 warning:

  Warning (simple_bus_reg): /regulators/gpio-regulator: missing or empty reg/ranges property

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230420075053.41976-9-krzysztof.kozlowski@linaro.org
parent 600efc01
Loading
Loading
Loading
Loading
+6 −10
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@ chosen {
		stdout-path = "serial0:115200n8";
	};

	regulators {
		compatible = "simple-bus";

	ext_l2: gpio-regulator {
		compatible = "regulator-fixed";
		regulator-name = "ext_l2";
@@ -26,7 +23,6 @@ ext_l2: gpio-regulator {
		enable-active-high;
	};
};
};

&gsbi1 {
	qcom,mode = <GSBI_PROT_SPI>;