xref: /OK3568_Linux_fs/kernel/include/linux/platform_data/i2c-pca-platform.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef I2C_PCA9564_PLATFORM_H
3*4882a593Smuzhiyun #define I2C_PCA9564_PLATFORM_H
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun struct i2c_pca9564_pf_platform_data {
6*4882a593Smuzhiyun 	int i2c_clock_speed;	/* values are defined in linux/i2c-algo-pca.h */
7*4882a593Smuzhiyun 	int timeout;		/* timeout in jiffies */
8*4882a593Smuzhiyun };
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun #endif /* I2C_PCA9564_PLATFORM_H */
11