diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-07 13:57:40 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-15 17:29:53 +0100 |
commit | e1808b09df868135240b6b489b692e105d0b17a7 (patch) | |
tree | c62470ad5b63d697cd63a59fc6534d4dfc396877 /arch/arm/boot/dts/tegra20-seaboard.dts | |
parent | ARM: tegra: Add compatible string for built-in ASIX on Colibri boards (diff) | |
download | linux-e1808b09df868135240b6b489b692e105d0b17a7.tar.xz linux-e1808b09df868135240b6b489b692e105d0b17a7.zip |
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-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-seaboard.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index ca7adeb1fdd9..98e61068b981 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -742,8 +742,6 @@ usb@c5004000 { status = "okay"; - nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1) - GPIO_ACTIVE_LOW>; }; usb-phy@c5004000 { |