eeprom: at24: add ST M24C32-D Additional Write lockable page support
authorMarek Vasut <marex@denx.de>
Tue, 10 Oct 2023 19:09:26 +0000 (21:09 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 12 Oct 2023 09:04:34 +0000 (11:04 +0200)
commit4791146e9055dd4c21a1a725514512167b8ee75b
tree6997dd3a67a127c253f74105ec9938d912a44517
parentc761068f484c8edceb4bf972ceeb6cb4343199b0
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.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/misc/eeprom/at24.c