diff options
author | Wolfram Sang <wsa@kernel.org> | 2022-01-06 14:26:39 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-01-06 14:26:39 +0100 |
commit | f68ae7823a9dc7737d0e4265cf65119a50c9ec69 (patch) | |
tree | 4a1575bd5dd4be174864d1420ea10b41fa76c7b9 /Documentation/devicetree | |
parent | 8ab1ff9b1ec819bf431cf6c370ba3d9f8c8a108b (diff) | |
parent | d08aea21c89dc2d302cadb5c2cc5410b6c3395c8 (diff) | |
download | linux-stable-f68ae7823a9dc7737d0e4265cf65119a50c9ec69.tar.gz linux-stable-f68ae7823a9dc7737d0e4265cf65119a50c9ec69.tar.bz2 linux-stable-f68ae7823a9dc7737d0e4265cf65119a50c9ec69.zip |
Merge tag 'at24-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-mergewindow
at24 updates for v5.17
- add support for a new model: Microchip 24c1025
- reorganize the compatible definitions in the DT binding document
- drop the at24_client structure by retrieving the struct device associated
with the chip's regmap
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index 4c5396a9744f..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$ @@ -95,18 +99,21 @@ properties: # These are special cases that don't conform to the above pattern. # Each requires a standard at24 model as fallback. - items: - - const: nxp,se97b - - const: atmel,24c02 + - enum: + - rohm,br24g01 + - rohm,br24t01 + - const: atmel,24c01 - items: - - const: onnn,cat24c04 - - const: atmel,24c04 + - enum: + - nxp,se97b + - renesas,r1ex24002 + - const: atmel,24c02 - items: - - const: onnn,cat24c05 + - enum: + - onnn,cat24c04 + - onnn,cat24c05 - const: atmel,24c04 - items: - - const: renesas,r1ex24002 - - const: atmel,24c02 - - items: - const: renesas,r1ex24016 - const: atmel,24c16 - items: @@ -115,12 +122,6 @@ properties: - items: - const: renesas,r1ex24128 - const: atmel,24c128 - - items: - - const: rohm,br24g01 - - const: atmel,24c01 - - items: - - const: rohm,br24t01 - - const: atmel,24c01 label: description: Descriptive name of the EEPROM. |