summaryrefslogtreecommitdiff
path: root/include/linux/tegra_devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tegra_devices.h')
-rwxr-xr-x[-rw-r--r--]include/linux/tegra_devices.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/tegra_devices.h b/include/linux/tegra_devices.h
index 93d7324d2e37..143037a4a64e 100644..100755
--- a/include/linux/tegra_devices.h
+++ b/include/linux/tegra_devices.h
@@ -48,10 +48,16 @@ struct tegra_hcd_platform_data {
* macrocell interface) PHY on USB controllers 0 and 2. These 2 PHYs
* have its own rails.
*/
- NvU32 phyPowerRail;
+ NvU32 phyPowerRail;
NvDdkUsbPhyHandle hUsbPhy;
};
+/* Platform data for USB OTG driver */
+struct tegra_otg_platform_data {
+ NvU32 instance;
+ const NvOdmUsbProperty *usb_property;
+};
+
/* Platfrom data for I2C bus driver */
struct tegra_i2c_platform_data {
NvU32 IoModuleID;