Skip to content

Commit

Permalink
ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree
Browse files Browse the repository at this point in the history
Support for the USB regulator of AB8500 was removed in
commit 41a06aa ("regulator: ab8500: Remove USB regulator").
However, the configuration was never removed from the device tree.

It does no longer have any effect, remove it from the device tree.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Stephan Gerhold authored and Linus Walleij committed Aug 22, 2019
1 parent a46f7c6 commit 547c998
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/ste-ab8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@
ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
};

// supply for ab8500-usb; USB LDO
ab8500_ldo_usb_reg: ab8500_ldo_usb {
};

// supply for ab8500-vaudio; VAUDIO LDO
ab8500_ldo_audio_reg: ab8500_ldo_audio {
};
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/ste-href.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@
regulator-name = "V-TVOUT";
};

ab8500_ldo_usb_reg: ab8500_ldo_usb {
regulator-name = "dummy";
};

ab8500_ldo_audio_reg: ab8500_ldo_audio {
regulator-name = "V-AUD";
};
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/ste-snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,6 @@
regulator-name = "V-TVOUT";
};

ab8500_ldo_usb_reg: ab8500_ldo_usb {
regulator-name = "dummy";
};

ab8500_ldo_audio_reg: ab8500_ldo_audio {
regulator-name = "V-AUD";
};
Expand Down

0 comments on commit 547c998

Please sign in to comment.