]> git.dujemihanovic.xyz Git - u-boot.git/commit
eeprom: at24: add ST M24C32-D Additional Write lockable page support
authorMarek Vasut <marex@denx.de>
Mon, 16 Oct 2023 00:04:33 +0000 (02:04 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 18 Oct 2023 19:29:59 +0000 (21:29 +0200)
commit3c11643b1915ff0e57443ffd78374477e4579e9a
tree05e6e4a504bdefcd39499656df7fab24f058f505
parent4655b75335384e040358a2e3e478cc42f32a96c9
eeprom: at24: add ST M24C32-D Additional Write lockable page support

The ST M24C32-D behaves as a regular M24C32, except for the -D variant
which uses up another I2C address for Additional Write lockable page.
This page is 32 Bytes long and can contain additional data. Add entry
for it, so users can describe that page in DT. Note that users still
have to describe the main M24C32 area separately as that is on separate
I2C address from this page.

From Linux kernel commit:
4791146e9055 ("eeprom: at24: add ST M24C32-D Additional Write lockable page support")

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/misc/i2c_eeprom.c