diff options
| author | Andrei Simion <andrei.simion@microchip.com> | 2024-07-03 11:47:04 +0300 | 
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-07-03 11:56:05 +0200 | 
| commit | c1ec80e54afd0460d02b29a5731fd2a7b31f400b (patch) | |
| tree | 8624b937d902d7789e655546ec83b9a5c655225d | |
| parent | b61ea8705095e5d242762268cfebf48c848315f6 (diff) | |
dt-bindings: eeprom: at24: Add Microchip 24AA025E48/24AA025E64
Add support for compatible Microchip 24AA025E48/24AA025E64 EEPROMs.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Link: https://lore.kernel.org/r/20240703084704.197697-4-andrei.simion@microchip.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
| -rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index 3c36cd0510de..4d46b8c5439d 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -18,7 +18,9 @@ select:    properties:      compatible:        contains: -        pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" +        anyOf: +          - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" +          - enum: ["microchip,24aa025e48", "microchip,24aa025e64"]    required:      - compatible @@ -132,6 +134,10 @@ properties:                - renesas,r1ex24128                - samsung,s524ad0xd1            - const: atmel,24c128 +      - items: +          - const: microchip,24aa025e48 +      - items: +          - const: microchip,24aa025e64        - pattern: '^atmel,24c(32|64)d-wl$' # Actual vendor is st    label: | 
