You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eeprom: at24: add ST M24C32-D Additional Write lockable page support
JIRA: https://issues.redhat.com/browse/RHEL-47160
Conflicts:
* Avoiding commit <f050bb8f56c64> ("misc: Switch i2c drivers back to
use .probe()") to avoid drop the .probe_new() call-back type
commit 4791146
Author: Marek Vasut <marex@denx.de>
Date: Tue Oct 10 21:09:26 2023 +0200
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>
Signed-off-by: Alessandro Carminati <acarmina@redhat.com>
0 commit comments