commit | 888f10d89122622dfb4036879c18337d39b7af7a | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Aug 27 15:43:48 2020 +0200 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Aug 31 14:40:28 2020 +0530 |
tree | fd18833531709dc576e5e995d0ea032f6b9afdab | |
parent | 3eb3dcc6255696a749c7af88fd93b26c3d62a721 [diff] |
ti: common: Remove additional i2c read for board detection There shouldn't be a need to call additional i2c read if above failed already. Based on comment it should be enough to try to detect legacy boards which are mentioned in the comment. Fixes: 2463f6728e82 ("ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPAT") Fixes: 0bea813d0018 ("ARM: omap-common: Add standard access for board description EEPROM") Signed-off-by: Michal Simek <michal.simek@xilinx.com>