commit | 0aeb748d77a0769371af45f8a83975d9b9fedf8a | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Wed Aug 07 15:09:33 2024 +0200 |
committer | Heiko Schocher <hs@denx.de> | Fri Aug 09 06:26:35 2024 +0200 |
tree | 3aae1c0330a63e08fb420c69d8ac31f5f6c8ec95 | |
parent | e8c089bccddbe51c9380d1a3018b432d57f8d6df [diff] |
board: cm_fx6: convert to DM_I2C Conversion to DM_I2C is mandatory, enable DM_I2C to fix board removal warning. Convert EEPROM access to use DM_I2C API. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>