i2c: i2c-ocores: support for 16bit and 32bit IO
[deliverable/linux.git] / include / linux / i2c-ocores.h
index 5d95df2436f46c84aa3196ea5b88a8b3d1a3ec87..1c06b5c7c308468204e53883398c11d29d12539a 100644 (file)
@@ -13,6 +13,7 @@
 
 struct ocores_i2c_platform_data {
        u32 reg_shift; /* register offset shift value */
+       u32 reg_io_width; /* register io read/write width */
        u32 clock_khz; /* input clock in kHz */
        u8 num_devices; /* number of devices in the devices list */
        struct i2c_board_info const *devices; /* devices connected to the bus */
This page took 0.024876 seconds and 5 git commands to generate.