
3 Oct
2016
3 Oct
'16
11:49 p.m.
On 27 September 2016 at 16:42, Moritz Fischer moritz.fischer@ettus.com wrote:
Boards where ECs that use a I2C port != 0 specify this in the devicetree file via the google,remote-bus property. Previously this was ignored and hardcoded to port 0.
Signed-off-by: Moritz Fischer moritz.fischer@ettus.com Cc: Simon Glass sjg@chromium.org Cc: Heiko Schocher hs@denx.de Cc: u-boot@lists.denx.de
drivers/i2c/cros_ec_tunnel.c | 24 +++++++++++++++++++++++- drivers/misc/cros_ec.c | 5 +++-- include/cros_ec.h | 4 +++- 3 files changed, 29 insertions(+), 4 deletions(-)
Acked-by: Simon Glass sjg@chromium.org