diff options
author | Wayne Chang <waynec@nvidia.com> | 2022-10-05 16:40:31 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-11-07 10:20:25 +0530 |
commit | 2428787f16155aa03aa63d5c130e83809a7df5cf (patch) | |
tree | 3b043705add0d930dedbb32ec65a965b95b9fe94 /drivers/phy/tegra/xusb-tegra186.c | |
parent | 53bffe0055741440a6c91abb80bad1c62ea443e3 (diff) | |
download | lwn-2428787f16155aa03aa63d5c130e83809a7df5cf.tar.gz lwn-2428787f16155aa03aa63d5c130e83809a7df5cf.zip |
phy: tegra: xusb: Remove usb3 supply
Remove redundant codes for getting the vbus supply of usb3 ports because
we get and control the vbus supply by the companion usb2 ports
Signed-off-by: Wayne Chang <waynec@nvidia.com>
Signed-off-by: Haotien Hsu <haotienh@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20221005084031.2154251-1-haotienh@nvidia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/tegra/xusb-tegra186.c')
-rw-r--r-- | drivers/phy/tegra/xusb-tegra186.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/tegra/xusb-tegra186.c b/drivers/phy/tegra/xusb-tegra186.c index 0996ede63387..6a8bd87cfdbd 100644 --- a/drivers/phy/tegra/xusb-tegra186.c +++ b/drivers/phy/tegra/xusb-tegra186.c @@ -1185,7 +1185,6 @@ tegra186_usb3_port_map(struct tegra_xusb_port *port) static const struct tegra_xusb_port_ops tegra186_usb3_port_ops = { .release = tegra_xusb_usb3_port_release, - .remove = tegra_xusb_usb3_port_remove, .enable = tegra186_usb3_port_enable, .disable = tegra186_usb3_port_disable, .map = tegra186_usb3_port_map, |