diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/tpm_stm_st33.h (renamed from include/linux/platform_data/tpm_i2c_stm_st33.h) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/platform_data/tpm_i2c_stm_st33.h b/include/linux/platform_data/tpm_stm_st33.h index 85775cf5f9a5..ff75310c0f47 100644 --- a/include/linux/platform_data/tpm_i2c_stm_st33.h +++ b/include/linux/platform_data/tpm_stm_st33.h | |||
| @@ -22,18 +22,18 @@ | |||
| 22 | * | 22 | * |
| 23 | * @Author: Christophe RICARD tpmsupport@st.com | 23 | * @Author: Christophe RICARD tpmsupport@st.com |
| 24 | * | 24 | * |
| 25 | * @File: stm_st33_tpm_i2c.h | 25 | * @File: stm_st33_tpm.h |
| 26 | * | 26 | * |
| 27 | * @Date: 09/15/2010 | 27 | * @Date: 09/15/2010 |
| 28 | */ | 28 | */ |
| 29 | #ifndef __STM_ST33_TPM_I2C_MAIN_H__ | 29 | #ifndef __STM_ST33_TPM_H__ |
| 30 | #define __STM_ST33_TPM_I2C_MAIN_H__ | 30 | #define __STM_ST33_TPM_H__ |
| 31 | 31 | ||
| 32 | 32 | #define TPM_ST33_I2C "st33zp24-i2c" | |
| 33 | #define TPM_ST33_I2C "st33zp24_i2c" | 33 | #define TPM_ST33_SPI "st33zp24-spi" |
| 34 | 34 | ||
| 35 | struct st33zp24_platform_data { | 35 | struct st33zp24_platform_data { |
| 36 | int io_lpcpd; | 36 | int io_lpcpd; |
| 37 | }; | 37 | }; |
| 38 | 38 | ||
| 39 | #endif /* __STM_ST33_TPM_I2C_MAIN_H__ */ | 39 | #endif /* __STM_ST33_TPM_H__ */ |
