blob: 0e5f7c77d1d80452dd08e3391125c00fca1970ba [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Wolfram Sang244fbbb2008-04-22 22:16:46 +02002#ifndef I2C_PCA9564_PLATFORM_H
3#define I2C_PCA9564_PLATFORM_H
4
5struct i2c_pca9564_pf_platform_data {
6 int gpio; /* pin to reset chip. driver will work when
7 * not supplied (negative value), but it
8 * cannot exit some error conditions then */
9 int i2c_clock_speed; /* values are defined in linux/i2c-algo-pca.h */
Wolfram Sang8e99ada2009-03-28 21:34:45 +010010 int timeout; /* timeout in jiffies */
Wolfram Sang244fbbb2008-04-22 22:16:46 +020011};
12
13#endif /* I2C_PCA9564_PLATFORM_H */