diff options
author | 2024-09-03 11:56:07 +0200 | |
---|---|---|
committer | 2024-09-03 11:56:07 +0200 | |
commit | 6c909b6e237c3bcb0bba028819e8fc496e716d67 (patch) | |
tree | 1f84085ed4ecd90d30843a9f3dcfb690bbc94cbb | |
parent | i2c: core: Lock address during client device instantiation (diff) | |
parent | dt-bindings: eeprom: at24: Add compatible for Giantec GT24C04A (diff) | |
download | linux-rng-6c909b6e237c3bcb0bba028819e8fc496e716d67.tar.xz linux-rng-6c909b6e237c3bcb0bba028819e8fc496e716d67.zip |
Merge tag 'at24-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-mergewindow
at24 updates for v6.12-rc1
- document a new model from giantec in DT bindings
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index e396e47b2f13..b6239ec3512b 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -116,6 +116,7 @@ properties: - const: atmel,24c02 - items: - enum: + - giantec,gt24c04a - onnn,cat24c04 - onnn,cat24c05 - rohm,br24g04 |