mirror of https://gitee.com/openkylin/linux.git
arm: tegra: Remove obsolete nvidia,vbus-gpio properties
USB VBUS regulators are now specified with the vbus-supply property instead of nvidia,vbus-gpio, so remove the obsolete properties. The equivalent vbus-supply properties were already added in patch "ARM: tegra: update device trees for USB binding rework". Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
80bd8a9471
commit
103566e40d
|
@ -566,7 +566,6 @@ emc-table@380000 {
|
|||
|
||||
usb@c5000000 {
|
||||
status = "okay";
|
||||
nvidia,vbus-gpio = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
|
||||
dr_mode = "otg";
|
||||
};
|
||||
|
||||
|
|
|
@ -312,7 +312,6 @@ pmc {
|
|||
|
||||
usb@c5000000 {
|
||||
status = "okay";
|
||||
nvidia,vbus-gpio = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
usb-phy@c5000000 {
|
||||
|
|
|
@ -509,7 +509,6 @@ pmc {
|
|||
|
||||
usb@c5000000 {
|
||||
status = "okay";
|
||||
nvidia,vbus-gpio = <&tca6416 0 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
usb-phy@c5000000 {
|
||||
|
@ -519,7 +518,6 @@ usb-phy@c5000000 {
|
|||
|
||||
usb@c5008000 {
|
||||
status = "okay";
|
||||
nvidia,vbus-gpio = <&tca6416 1 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
usb-phy@c5008000 {
|
||||
|
|
Loading…
Reference in New Issue