diff options
-rw-r--r-- | drivers/i2c/busses/i2c-au1550.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-au1550.c b/drivers/i2c/busses/i2c-au1550.c index 02a359ebc0f0..7140eb00587a 100644 --- a/drivers/i2c/busses/i2c-au1550.c +++ b/drivers/i2c/busses/i2c-au1550.c | |||
@@ -285,7 +285,7 @@ au1550_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num) | |||
285 | static u32 | 285 | static u32 |
286 | au1550_func(struct i2c_adapter *adap) | 286 | au1550_func(struct i2c_adapter *adap) |
287 | { | 287 | { |
288 | return I2C_FUNC_I2C; | 288 | return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; |
289 | } | 289 | } |
290 | 290 | ||
291 | static struct i2c_algorithm au1550_algo = { | 291 | static struct i2c_algorithm au1550_algo = { |