
18 Sep
2018
18 Sep
'18
11:27 p.m.
On Sun, Aug 19, 2018 at 11:11:03AM -0500, Adam Ford wrote:
DM_I2C_COMPAT is somehow being enabled outside of Kconfig, so this explicitly undefines it in the header file, and brackets the I2C initialization around an #ifdef to not manually initialize the I2C controller when the DM_I2C is enabled.
Signed-off-by: Adam Ford aford173@gmail.com Tested-by: Derald D. Woods woods.technical@gmail.com
diff --git a/board/logicpd/am3517evm/am3517evm.c b/board/logicpd/am3517evm/am3517evm.c index da8be22085..6f728398c3 100644
Applied to u-boot/master, thanks!
--
Tom