diff options
author | Venu Byravarasu <vbyravarasu@nvidia.com> | 2013-05-16 19:42:59 +0530 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-05-30 02:46:46 +0300 |
commit | 9cd9384c73395f6ce78e1b9d529bc9f294fd5223 (patch) | |
tree | 8e521b70da4a9db260c8f72b1624df884694730c /drivers/usb/host | |
parent | 9e69fae1a89e543949fe81603f7229463b8061de (diff) | |
download | op-kernel-dev-9cd9384c73395f6ce78e1b9d529bc9f294fd5223.zip op-kernel-dev-9cd9384c73395f6ce78e1b9d529bc9f294fd5223.tar.gz |
usb: phy: tegra: Get PHY mode using DT
Added a new PHY mode to support OTG.
Obtained Tegra USB PHY mode using DT property.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ehci-tegra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c index 59d111b..d641990 100644 --- a/drivers/usb/host/ehci-tegra.c +++ b/drivers/usb/host/ehci-tegra.c @@ -736,7 +736,6 @@ static int tegra_ehci_probe(struct platform_device *pdev) tegra->phy = tegra_usb_phy_open(&pdev->dev, instance, hcd->regs, pdata->phy_config, - TEGRA_USB_PHY_MODE_HOST, tegra_ehci_set_pts, tegra_ehci_set_phcd); if (IS_ERR(tegra->phy)) { |