ARM: dts: qcom: msm8960-cdp: drop unit ids from regulator node
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 30 Sep 2022 18:52:31 +0000 (21:52 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:20:00 +0000 (13:20 -0500)
Drop the unused unit id from the gpio-regulator node, there is no
addessing scheme in the /regulators 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-19-dmitry.baryshkov@linaro.org
arch/arm/boot/dts/qcom-msm8960-cdp.dts

index 9157e3c4f48f901865b8eb58548d2028194bf92c..cb0f612e6c908fb76993419a6267789dcd25dd7a 100644 (file)
@@ -18,7 +18,7 @@
        regulators {
                compatible = "simple-bus";
 
-               ext_l2: gpio-regulator@91 {
+               ext_l2: gpio-regulator {
                        compatible = "regulator-fixed";
                        regulator-name = "ext_l2";
                        gpio = <&msmgpio 91 0>;