commit | 6cddc60586005f1ddd188c8e3430d84d366a8dcb | [log] [tgz] |
---|---|---|
author | Moritz Fischer <moritz.fischer@ettus.com> | Tue Sep 27 15:42:07 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 08 09:33:36 2016 -0400 |
tree | 61ef78f15d2100449ea0e79ba2c52aca92fa30a7 | |
parent | 3a7f10c05d2a629c4ebeb1680d48d77e17b661b9 [diff] |
cros_ec: Honor the google,remote-bus dt property 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 Acked-by: Simon Glass <sjg@chromium.org>