diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/linux/tegra_devices.h | 7 |
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; |