diff options
author | Maxim Kochetkov <fido_max@inbox.ru> | 2021-12-10 21:26:04 +0300 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-12-13 16:42:32 +0300 |
commit | 151a1523160e254fe0c175f540c92cbf7f3cd489 (patch) | |
tree | 1a99f72656908235a7c4b869dafe01415fd842a0 /Documentation/devicetree/bindings/eeprom | |
parent | 6f89f413340f548179eb33ce3b0758ceee01371f (diff) | |
download | linux-151a1523160e254fe0c175f540c92cbf7f3cd489.tar.xz |
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/bindings/eeprom')
-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$ |