]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: turris_omnia: Use the i2c_eeprom misc driver for EEPROM reading in U...
authorMarek Behún <kabel@kernel.org>
Thu, 29 Aug 2024 08:08:48 +0000 (10:08 +0200)
committerStefan Roese <sr@denx.de>
Tue, 3 Sep 2024 12:24:32 +0000 (14:24 +0200)
commitc9da24184bf492d2b2803113e1cb3e255850c42f
treed3879e9bc0fc8a766e902514d4300b6e19114abc
parent1df8b54c1b3d623b3837ae53d8d06a6e144dc216
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>
arch/arm/mach-mvebu/Kconfig
board/CZ.NIC/turris_omnia/turris_omnia.c
configs/turris_omnia_defconfig