diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2019-08-22 13:07:20 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-08-22 17:15:59 +0200 |
commit | 547c9983f2fb5240780d1a1d1235e7334d33dc0a (patch) | |
tree | 7ef0512ac4eebcb662c4e7615a1daf9b100f8941 /arch/arm/boot/dts/ste-ab8500.dtsi | |
parent | ARM: dts: ux500: Move ab8500 nodes to ste-ab8500.dtsi (diff) | |
download | linux-547c9983f2fb5240780d1a1d1235e7334d33dc0a.tar.xz linux-547c9983f2fb5240780d1a1d1235e7334d33dc0a.zip |
ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree
Support for the USB regulator of AB8500 was removed in
commit 41a06aa738ad ("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>
Diffstat (limited to 'arch/arm/boot/dts/ste-ab8500.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-ab8500.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/ste-ab8500.dtsi b/arch/arm/boot/dts/ste-ab8500.dtsi index 3ef1906e375c..55fff4d44277 100644 --- a/arch/arm/boot/dts/ste-ab8500.dtsi +++ b/arch/arm/boot/dts/ste-ab8500.dtsi @@ -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 { }; |