ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree
authorStephan Gerhold <stephan@gerhold.net>
Thu, 22 Aug 2019 11:07:20 +0000 (13:07 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Aug 2019 15:15:59 +0000 (17:15 +0200)
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>
arch/arm/boot/dts/ste-ab8500.dtsi
arch/arm/boot/dts/ste-href.dtsi
arch/arm/boot/dts/ste-snowball.dts

index 3ef1906..55fff4d 100644 (file)
                                        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 {
                                        };
index 6422c53..4f6acbd 100644 (file)
                                                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";
                                        };
index 064e8ab..efbc446 100644 (file)
                                                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";
                                        };