diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-07 15:57:40 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-15 19:29:53 +0300 |
commit | e1808b09df868135240b6b489b692e105d0b17a7 (patch) | |
tree | c62470ad5b63d697cd63a59fc6534d4dfc396877 /arch/arm/boot/dts/tegra20-harmony.dts | |
parent | 86a3a7f8a42bcdda6281b949d7e78e6e20ddc8ff (diff) | |
download | linux-e1808b09df868135240b6b489b692e105d0b17a7.tar.xz |
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: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-harmony.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-harmony.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra20-harmony.dts b/arch/arm/boot/dts/tegra20-harmony.dts index a8494378c382..f560bf743a19 100644 --- a/arch/arm/boot/dts/tegra20-harmony.dts +++ b/arch/arm/boot/dts/tegra20-harmony.dts @@ -595,8 +595,6 @@ usb@c5004000 { status = "okay"; - nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1) - GPIO_ACTIVE_LOW>; }; usb-phy@c5004000 { |