diff options
author | Mike Rapoport <mike@compulab.co.il> | 2011-08-30 13:46:09 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-09-06 19:13:34 -0400 |
commit | 048e29cff95168ea3a9f176e84cc0bae54d0ae64 (patch) | |
tree | 013b1f23f04ed0497725538a1e6c5d188861ec7a /drivers/i2c/busses | |
parent | 406bd18a7a39ef69f1d60a41d9de74932bcb98d4 (diff) |
i2c-tegra: add I2C_FUNC_SMBUS_EMUL
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/i2c-tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2c-tegra.c index 126b4f060231..17ded1d2f11d 100644 --- a/drivers/i2c/busses/i2c-tegra.c +++ b/drivers/i2c/busses/i2c-tegra.c | |||
@@ -531,7 +531,7 @@ static int tegra_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[], | |||
531 | 531 | ||
532 | static u32 tegra_i2c_func(struct i2c_adapter *adap) | 532 | static u32 tegra_i2c_func(struct i2c_adapter *adap) |
533 | { | 533 | { |
534 | return I2C_FUNC_I2C; | 534 | return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; |
535 | } | 535 | } |
536 | 536 | ||
537 | static const struct i2c_algorithm tegra_i2c_algo = { | 537 | static const struct i2c_algorithm tegra_i2c_algo = { |