diff options
author | Wolfram Sang <[email protected]> | 2021-10-29 21:33:33 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2021-10-29 21:33:33 +0200 |
commit | e4f2647585d0822ab52bc40c0669e8339a05212f (patch) | |
tree | 7b706e5bbd2217c39bee482da475d88e27b63f6d | |
parent | 1ad5dc3540d8c621d1e15a6bff9c0ac30fba2857 (diff) | |
parent | 7629254054820bead6e18f8c3ae65c2bb01a5ae2 (diff) |
Merge tag 'at24-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-mergewindow
at24 updates for v5.16
- add two new compatible entries to the DT bindings
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index 914a423ec449..4c5396a9744f 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -98,6 +98,12 @@ properties: - const: nxp,se97b - const: atmel,24c02 - items: + - const: onnn,cat24c04 + - const: atmel,24c04 + - items: + - const: onnn,cat24c05 + - const: atmel,24c04 + - items: - const: renesas,r1ex24002 - const: atmel,24c02 - items: |