ARM: dts: qcom: msm8960-cdp: drop unit ids from regulator node

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
This commit is contained in:
Dmitry Baryshkov
2022-09-30 21:52:31 +03:00
committed by Bjorn Andersson
parent 0ccc49d643
commit e0fec2efd5

View File

@@ -18,7 +18,7 @@ chosen {
regulators {
compatible = "simple-bus";
ext_l2: gpio-regulator@91 {
ext_l2: gpio-regulator {
compatible = "regulator-fixed";
regulator-name = "ext_l2";
gpio = <&msmgpio 91 0>;