summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-02-05 11:00:45 -0800
committerGerrit Code Review <fermi-cygwin@git-master-01.nvidia.com>2010-02-05 11:00:45 -0800
commit70596967537090788100027f0e0bf8eae9db39b4 (patch)
tree568cf49865f9122e93e852096acaf61034ad1552 /include
parentd289f584b9a0be78232e1c8c5844eaaa211aa984 (diff)
parent394c6535f18005ca80336b1b7128b488243e0381 (diff)
Merge "tegra: Add 1-wire bus master driver for Tegra SOCs" into android-tegra-2.6.29
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;