summaryrefslogtreecommitdiff
path: root/include/linux/tegra_devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tegra_devices.h')
-rw-r--r--include/linux/tegra_devices.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/tegra_devices.h b/include/linux/tegra_devices.h
index d3fd49fa0684..a890e0276a79 100644
--- a/include/linux/tegra_devices.h
+++ b/include/linux/tegra_devices.h
@@ -27,7 +27,9 @@
#include "nvrm_gpio.h"
#include "nvddk_usbphy.h"
#include "nvodm_query.h"
+#include "nvodm_query_pinmux.h"
+/* Platform data for EHCI HCD driver */
struct tegra_hcd_platform_data {
NvU32 instance;
NvRmGpioPinHandle hGpioIDpin;
@@ -42,4 +44,12 @@ struct tegra_hcd_platform_data {
NvDdkUsbPhyHandle hUsbPhy;
};
+/* Platfrom data for I2C bus driver */
+struct tegra_i2c_platform_data {
+ NvU32 IoModuleID;
+ NvU32 Instance;
+ NvU32 ClockInKHz;
+ NvOdmI2cPinMap PinMuxConfig;
+};
+
#endif