commit | 815a76f2ef08b700da611645c9329f632b681491 | [log] [tgz] |
---|---|---|
author | trem <tremyfr@yahoo.fr> | Sat Sep 21 18:13:34 2013 +0200 |
committer | Heiko Schocher <hs@denx.de> | Thu Oct 17 07:20:24 2013 +0200 |
tree | 0f2c46005a79399d10e242e37c0867bffae903ae | |
parent | 183acb700378a8cfc5d50a01a65de93fb2c24586 [diff] |
i2c: fix init on generic board On generic board, the i2c init initialize only one bus. But the new i2c subsystem allow to manage severals i2c bus. So in the case, instead of initializing a bus, we just set the current i2c bus. The initialization will be done in the i2c command. Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>