diff options
author | Maxim Kochetkov <fido_max@inbox.ru> | 2021-12-10 19:26:04 +0100 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-12-13 14:42:32 +0100 |
commit | 151a1523160e254fe0c175f540c92cbf7f3cd489 (patch) | |
tree | 1a99f72656908235a7c4b869dafe01415fd842a0 /Documentation/devicetree | |
parent | dt-bindings: at24: Rework special case compatible handling (diff) | |
download | linux-151a1523160e254fe0c175f540c92cbf7f3cd489.tar.xz linux-151a1523160e254fe0c175f540c92cbf7f3cd489.zip |
dt-bindings: at24: add at24c1025
Add bindings for Microchip EEPROM 24xx1025.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index 8b9f230e8415..6b61a8cf6137 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -87,6 +87,10 @@ properties: - items: pattern: cs1024$ - items: + pattern: c1025$ + - items: + pattern: cs1025$ + - items: pattern: c2048$ - items: pattern: cs2048$ |