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

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
...@@ -15,16 +15,12 @@ chosen { ...@@ -15,16 +15,12 @@ chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
regulators { ext_l2: gpio-regulator {
compatible = "simple-bus"; compatible = "regulator-fixed";
regulator-name = "ext_l2";
ext_l2: gpio-regulator { gpio = <&msmgpio 91 0>;
compatible = "regulator-fixed"; startup-delay-us = <10000>;
regulator-name = "ext_l2"; enable-active-high;
gpio = <&msmgpio 91 0>;
startup-delay-us = <10000>;
enable-active-high;
};
}; };
}; };
......
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