commit | d69edadee7035a5607451a3ee014f4e649e8cf92 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Tue Oct 11 19:18:05 2011 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 27 21:56:31 2011 +0200 |
tree | e7cc5adaf5bdcd0bb34cdea8b037dc7e0a0bc214 | |
parent | 9c38f7dfeb3543a35a250fff744d5039badb941b [diff] |
misc: pmic: use I2C_SET_BUS in pmic I2C Instead of using directly the i2c_set_bus() function, the I2C_SET_BUS macro must be used to avoid build errors for targets without multibus I2C. Signed-off-by: Stefano Babic <sbabic@denx.de>