diff options
Diffstat (limited to 'drivers/i2c/soft_i2c.c')
| -rw-r--r-- | drivers/i2c/soft_i2c.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 69b5f4220..9b02e89e0 100644 --- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c @@ -286,6 +286,7 @@ int i2c_set_bus_num(unsigned int bus)  		int	ret;  		ret = i2x_mux_select_mux(bus); +		i2c_init_board();  		if (ret == 0)  			i2c_bus_num = bus;  		else |