i2c-pca-platform.h 402 B

12345678910111213
  1. #ifndef I2C_PCA9564_PLATFORM_H
  2. #define I2C_PCA9564_PLATFORM_H
  3. struct i2c_pca9564_pf_platform_data {
  4. int gpio; /* pin to reset chip. driver will work when
  5. * not supplied (negative value), but it
  6. * cannot exit some error conditions then */
  7. int i2c_clock_speed; /* values are defined in linux/i2c-algo-pca.h */
  8. int timeout; /* timeout in jiffies */
  9. };
  10. #endif /* I2C_PCA9564_PLATFORM_H */