Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephan Gerhold and committed by
Linus Walleij
547c9983 a46f7c67

-12
-4
arch/arm/boot/dts/ste-ab8500.dtsi
··· 182 182 ab8500_ldo_tvout_reg: ab8500_ldo_tvout { 183 183 }; 184 184 185 - // supply for ab8500-usb; USB LDO 186 - ab8500_ldo_usb_reg: ab8500_ldo_usb { 187 - }; 188 - 189 185 // supply for ab8500-vaudio; VAUDIO LDO 190 186 ab8500_ldo_audio_reg: ab8500_ldo_audio { 191 187 };
-4
arch/arm/boot/dts/ste-href.dtsi
··· 234 234 regulator-name = "V-TVOUT"; 235 235 }; 236 236 237 - ab8500_ldo_usb_reg: ab8500_ldo_usb { 238 - regulator-name = "dummy"; 239 - }; 240 - 241 237 ab8500_ldo_audio_reg: ab8500_ldo_audio { 242 238 regulator-name = "V-AUD"; 243 239 };
-4
arch/arm/boot/dts/ste-snowball.dts
··· 445 445 regulator-name = "V-TVOUT"; 446 446 }; 447 447 448 - ab8500_ldo_usb_reg: ab8500_ldo_usb { 449 - regulator-name = "dummy"; 450 - }; 451 - 452 448 ab8500_ldo_audio_reg: ab8500_ldo_audio { 453 449 regulator-name = "V-AUD"; 454 450 };