commit | ca4f5fb27b193692398058707b1229e07da9d3aa | [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 | 11bbd716ea2e52e07c665441d998ca606ae207c7 [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>