mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
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:
parent
0ccc49d643
commit
e0fec2efd5
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user