eeprom: at24: add ST M24C64-D Additional Write lockable page support
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 13 Oct 2023 06:30:08 +0000 (08:30 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 16 Oct 2023 06:49:15 +0000 (08:49 +0200)
commit3774740fb22162d2c50e79629c4b3e11022ed7d9
tree595a127de99a438302353cc9bb066be8836b317d
parent0997ff1fc14369110a5bbfa93592f28e3b1d3a1f
eeprom: at24: add ST M24C64-D Additional Write lockable page support

The ST M24C64-D behaves as a regular M24C64, 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 M24C64 area separately as that is on separate
I2C address from this page.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/misc/eeprom/at24.c