commit | c9da24184bf492d2b2803113e1cb3e255850c42f | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <kabel@kernel.org> | Thu Aug 29 10:08:48 2024 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Sep 03 14:24:32 2024 +0200 |
tree | d3879e9bc0fc8a766e902514d4300b6e19114abc | |
parent | 1df8b54c1b3d623b3837ae53d8d06a6e144dc216 [diff] |
arm: mvebu: turris_omnia: Use the i2c_eeprom misc driver for EEPROM reading in U-Boot proper Use the i2c_eeprom miscellaneous driver for reading Turris Omnia EEPROM in U-Boot proper. Keep using dm_i2c_read() in SPL build, since adding the i2c_eeprom driver to SPL build increases the image by 1.5 KiB. Signed-off-by: Marek BehĂșn <kabel@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>