commit | 0b259dc2e849183dfea604fa137bb616e09b319a | [log] [tgz] |
---|---|---|
author | Aaron Durbin <adurbin@chromium.org> | Tue May 20 06:01:38 2014 -0600 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Wed May 28 10:58:19 2014 +0900 |
tree | 2dd60aab6e8ea483fc3a0080bf0d09c6bc6b5f19 | |
parent | 2469bf35a8c4fde242300c8123406cdc3b3b464c [diff] |
power: Explicitly select pmic device's bus The current pmic i2c code assumes the current i2c bus is the same as the pmic device's bus. There is nothing ensuring that to be true. Therefore, select the proper bus before performing a transaction. Signed-off-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>