Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[linux-block.git] / drivers / i2c / busses / i2c-iop3xx.h
index 53ca1fc9b84c686899e7d860213216733c757654..143548335504a68e627e777b4e30ed88456d7a94 100644 (file)
@@ -92,6 +92,8 @@ struct i2c_algo_iop3xx_data {
        spinlock_t lock;
        u32 SR_enabled, SR_received;
        int id;
+       struct gpio_desc *gpio_scl;
+       struct gpio_desc *gpio_sda;
 };
 
 #endif /* I2C_IOP3XX_H */