summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHoang Pham <HoPham@nvidia.com>2010-02-04 20:32:12 -0800
committerHoang Pham <HoPham@nvidia.com>2010-02-04 20:32:12 -0800
commit394c6535f18005ca80336b1b7128b488243e0381 (patch)
tree012e3e941bc4d540e45b5172288e69307ad8d4c4 /include
parent5e6f67c8be842c0edb243638e2b17e56a1704692 (diff)
tegra: Add 1-wire bus master driver for Tegra SOCs
Fix logic pinmux config select Change-Id: I49f8c399d57455c85ed373a66db6696cdd997bec
Diffstat (limited to 'include')
-rwxr-xr-xinclude/linux/tegra_devices.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/tegra_devices.h b/include/linux/tegra_devices.h
index 143037a4a64e..adbfffe92f53 100755
--- a/include/linux/tegra_devices.h
+++ b/include/linux/tegra_devices.h
@@ -66,6 +66,13 @@ struct tegra_i2c_platform_data {
NvOdmI2cPinMap PinMuxConfig;
};
+/* Platfrom data for W1 bus driver */
+struct tegra_w1_platform_data {
+ NvU32 Instance;
+ NvOdmOwrPinMap PinMuxConfig;
+};
+
+
/* Platfrom data for SPI bus driver */
struct tegra_spi_platform_data {
NvU32 IoModuleID;