]> git.ipfire.org Git - people/ms/u-boot.git/commit
misc: i2c_eeprom: Add compatible for AT24MAC402
authorWenyou Yang <wenyou.yang@microchip.com>
Mon, 31 Jul 2017 03:25:31 +0000 (11:25 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 12 Sep 2017 21:58:54 +0000 (17:58 -0400)
commitde6567522e7f5c9ad95030e9eeb45a4bb080d04a
treeae1e4732bfe0ddf18559a7bf6397c35f8f93b1e7
parent726406670741b5556e23207aeda95a1107abba2a
misc: i2c_eeprom: Add compatible for AT24MAC402

Add the new compatible "atmel,24mac402" to accommodate AT24MAC402.
The AT24MAC402 is a 2K Serial EEPROM and the 2-Kbit memory array
is internally organized as 16 pages of 16 bytes of EEPROM each.
The 48-bit EUI address in the AT24MAC402 are located in the extended
memory block.

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
drivers/misc/i2c_eeprom.c