diff options
author | Andreas Dannenberg | 2018-12-07 14:50:47 +0100 |
---|---|---|
committer | Heiko Schocher | 2018-12-10 06:20:17 +0100 |
commit | 2463f6728e821f7127914dac36733cbd6e089bcf (patch) | |
tree | dae2cdca927365c230081823cd85974effd921d6 /board/eets | |
parent | fb1b7712ad3f375f83e74629f03236c300b0b896 (diff) |
ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPAT
The EEPROM reading in the board detection code is done through legacy
I2C functions which on platforms using DM_I2C this functionality is
provided via the CONFIG_DM_I2C_COMPAT layer. To allow newer platforms
to use the board detection code without relying on CONFIG_DM_I2C_COMPAT
go ahead and add an I2C handling implementation that directly uses the
I2C DM functionality.
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/eets')
0 files changed, 0 insertions, 0 deletions