diff options
| author | Thierry Reding <treding@nvidia.com> | 2020-03-19 14:18:32 +0100 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2020-03-19 14:18:32 +0100 |
| commit | 80525cc238d89338df087cdebcfe3dc03e4e7d2d (patch) | |
| tree | f0431c7e0e17607c3ced1b74c0974f7ad2da53ad /include | |
| parent | ca9e742b5c27c230b0bf003aecba2433a60ba837 (diff) | |
| parent | 6835bdc99580110243ee928cc487b831281399f9 (diff) | |
Merge branch 'for-5.7/phy' into for-5.7/usb
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/phy/tegra/xusb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phy/tegra/xusb.h b/include/linux/phy/tegra/xusb.h index 1235865e7e2c..71d956935405 100644 --- a/include/linux/phy/tegra/xusb.h +++ b/include/linux/phy/tegra/xusb.h @@ -21,4 +21,6 @@ int tegra_xusb_padctl_usb3_set_lfps_detect(struct tegra_xusb_padctl *padctl, int tegra_xusb_padctl_set_vbus_override(struct tegra_xusb_padctl *padctl, bool val); int tegra_phy_xusb_utmi_port_reset(struct phy *phy); +int tegra_xusb_padctl_get_usb3_companion(struct tegra_xusb_padctl *padctl, + unsigned int port); #endif /* PHY_TEGRA_XUSB_H */ |
