Commit e1808b09 authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Remove PHY reset GPIO references from USB controller node



The PHY reset GPIO references belong in the USB PHY nodes, where they
already exist. There is no need to keep them in the USB controller's
device tree node as well.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 86a3a7f8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -595,8 +595,6 @@

	usb@c5004000 {
		status = "okay";
		nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1)
			GPIO_ACTIVE_LOW>;
	};

	usb-phy@c5004000 {
+0 −2
Original line number Diff line number Diff line
@@ -533,8 +533,6 @@

	usb@c5004000 {
		status = "okay";
		nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 0)
			GPIO_ACTIVE_LOW>;
	};

	usb-phy@c5004000 {
+0 −2
Original line number Diff line number Diff line
@@ -742,8 +742,6 @@

	usb@c5004000 {
		status = "okay";
		nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1)
			GPIO_ACTIVE_LOW>;
	};

	usb-phy@c5004000 {
+0 −2
Original line number Diff line number Diff line
@@ -349,8 +349,6 @@

	usb@c5004000 {
		status = "okay";
		nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 0)
			GPIO_ACTIVE_LOW>;
	};

	usb-phy@c5004000 {
+0 −2
Original line number Diff line number Diff line
@@ -556,8 +556,6 @@

	usb@c5004000 {
		status = "okay";
		nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1)
			GPIO_ACTIVE_LOW>;
	};

	usb-phy@c5004000 {