Commit 547c9983 authored by Stephan Gerhold's avatar Stephan Gerhold Committed by Linus Walleij

ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree

Support for the USB regulator of AB8500 was removed in
commit 41a06aa7 ("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: default avatarStephan Gerhold <stephan@gerhold.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent a46f7c67
...@@ -182,10 +182,6 @@ ab8500_ldo_intcore_reg: ab8500_ldo_intcore { ...@@ -182,10 +182,6 @@ ab8500_ldo_intcore_reg: ab8500_ldo_intcore {
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 @@ ab8500_ldo_tvout_reg: ab8500_ldo_tvout { ...@@ -234,10 +234,6 @@ ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
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 @@ ab8500_ldo_tvout_reg: ab8500_ldo_tvout { ...@@ -445,10 +445,6 @@ ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
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";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment