ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree
Support for the USB regulator of AB8500 was removed in
commit 41a06aa738
("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>
This commit is contained in:
parent
a46f7c6762
commit
547c9983f2
|
@ -182,10 +182,6 @@
|
||||||
ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
|
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
|
// supply for ab8500-vaudio; VAUDIO LDO
|
||||||
ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
||||||
};
|
};
|
||||||
|
|
|
@ -234,10 +234,6 @@
|
||||||
regulator-name = "V-TVOUT";
|
regulator-name = "V-TVOUT";
|
||||||
};
|
};
|
||||||
|
|
||||||
ab8500_ldo_usb_reg: ab8500_ldo_usb {
|
|
||||||
regulator-name = "dummy";
|
|
||||||
};
|
|
||||||
|
|
||||||
ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
||||||
regulator-name = "V-AUD";
|
regulator-name = "V-AUD";
|
||||||
};
|
};
|
||||||
|
|
|
@ -445,10 +445,6 @@
|
||||||
regulator-name = "V-TVOUT";
|
regulator-name = "V-TVOUT";
|
||||||
};
|
};
|
||||||
|
|
||||||
ab8500_ldo_usb_reg: ab8500_ldo_usb {
|
|
||||||
regulator-name = "dummy";
|
|
||||||
};
|
|
||||||
|
|
||||||
ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
||||||
regulator-name = "V-AUD";
|
regulator-name = "V-AUD";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue