|
@@ -448,17 +448,20 @@ static struct tegra_ulpi_config tegra_ehci2_ulpi_phy_config = {
|
|
|
struct tegra_ehci_platform_data tegra_ehci1_pdata = {
|
|
struct tegra_ehci_platform_data tegra_ehci1_pdata = {
|
|
|
.operating_mode = TEGRA_USB_OTG,
|
|
.operating_mode = TEGRA_USB_OTG,
|
|
|
.power_down_on_bus_suspend = 1,
|
|
.power_down_on_bus_suspend = 1,
|
|
|
|
|
+ .vbus_gpio = -1,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
struct tegra_ehci_platform_data tegra_ehci2_pdata = {
|
|
struct tegra_ehci_platform_data tegra_ehci2_pdata = {
|
|
|
.phy_config = &tegra_ehci2_ulpi_phy_config,
|
|
.phy_config = &tegra_ehci2_ulpi_phy_config,
|
|
|
.operating_mode = TEGRA_USB_HOST,
|
|
.operating_mode = TEGRA_USB_HOST,
|
|
|
.power_down_on_bus_suspend = 1,
|
|
.power_down_on_bus_suspend = 1,
|
|
|
|
|
+ .vbus_gpio = -1,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
struct tegra_ehci_platform_data tegra_ehci3_pdata = {
|
|
struct tegra_ehci_platform_data tegra_ehci3_pdata = {
|
|
|
.operating_mode = TEGRA_USB_HOST,
|
|
.operating_mode = TEGRA_USB_HOST,
|
|
|
.power_down_on_bus_suspend = 1,
|
|
.power_down_on_bus_suspend = 1,
|
|
|
|
|
+ .vbus_gpio = -1,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static u64 tegra_ehci_dmamask = DMA_BIT_MASK(32);
|
|
static u64 tegra_ehci_dmamask = DMA_BIT_MASK(32);
|