Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 103566e4 authored by Mikko Perttunen's avatar Mikko Perttunen Committed by Felipe Balbi
Browse files

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: default avatarMikko Perttunen <mperttunen@nvidia.com>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
Tested-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 80bd8a94
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -566,7 +566,6 @@

	usb@c5000000 {
		status = "okay";
		nvidia,vbus-gpio = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
		dr_mode = "otg";
	};

+0 −1
Original line number Diff line number Diff line
@@ -312,7 +312,6 @@

	usb@c5000000 {
		status = "okay";
		nvidia,vbus-gpio = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
	};

	usb-phy@c5000000 {
+0 −2
Original line number Diff line number Diff line
@@ -509,7 +509,6 @@

	usb@c5000000 {
		status = "okay";
		nvidia,vbus-gpio = <&tca6416 0 GPIO_ACTIVE_HIGH>;
	};

	usb-phy@c5000000 {
@@ -519,7 +518,6 @@

	usb@c5008000 {
		status = "okay";
		nvidia,vbus-gpio = <&tca6416 1 GPIO_ACTIVE_HIGH>;
	};

	usb-phy@c5008000 {