commit | 8553e89f4753aae01777f8ed7310f9abdddda879 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Aug 19 11:11:03 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:48:04 2018 -0400 |
tree | cd7fddd18fa4837d4f9be85bf2e77deda3e16017 | |
parent | 0cf759e291e2af597c2cd201acf748ae70c7f44d [diff] |
ARM: am3517_evm: Disable DM_I2C_COMPAT 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>