aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexander Stein <alexander.stein@ew.tq-group.com> 2023-10-13 08:30:07 +0200
committerGravatar Bartosz Golaszewski <bartosz.golaszewski@linaro.org> 2023-10-16 08:49:00 +0200
commit0997ff1fc14369110a5bbfa93592f28e3b1d3a1f (patch)
tree58dff4388080cd116cd22565462c9f18be00ada4
parenteeprom: at24: add ST M24C32-D Additional Write lockable page support (diff)
downloadlinux-0997ff1fc143.tar.gz
linux-0997ff1fc143.tar.bz2
linux-0997ff1fc143.zip
dt-bindings: at24: add ST M24C64-D Additional Write lockable page
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. Document compatible string 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> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/eeprom/at24.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index 7be127e9b250..6385b05a1e62 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -74,6 +74,8 @@ properties:
- items:
pattern: c64$
- items:
+ pattern: c64d-wl$
+ - items:
pattern: cs64$
- items:
pattern: c128$