diff options
author | Wolfram Sang <[email protected]> | 2021-02-12 08:17:00 +0100 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2021-02-12 08:17:00 +0100 |
commit | 679c314b842ac56f8353500cba67fccc68c0b40f (patch) | |
tree | 296f7c430bfa9086fba442db2f3ea09b072861af | |
parent | d1f50bcfd646b620bef0e0ccb9b7523ad14fef63 (diff) | |
parent | 5366c48f327ec9e0261333a876384a26da91c854 (diff) |
Merge tag 'at24-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.12
at24: updates for v5.12
- add a new compatible string to the AT24 DT bindings
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index d5117c638b75..021d8ae42da3 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -96,9 +96,6 @@ properties: # These are special cases that don't conform to the above pattern. # Each requires a standard at24 model as fallback. - items: - - const: rohm,br24t01 - - const: atmel,24c01 - - items: - const: nxp,se97b - const: atmel,24c02 - items: @@ -113,6 +110,12 @@ 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. |