diff options
author | Philipp Zabel <[email protected]> | 2023-11-27 22:11:02 +0100 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2024-01-18 21:10:43 +0100 |
commit | 614ef4d30fe724ff8558a74a1926bd3051d39b67 (patch) | |
tree | 752461b05abca23f98ce9f889465174e9333f4d5 | |
parent | 2b0eee4f6add17a74f696a6f40ad2a4fa173613e (diff) |
dt-bindings: at24: add ROHM BR24G04
Add compatible for ROHM Semiconductor BR24G04 EEPROMs.
Signed-off-by: Philipp Zabel <[email protected]>
Signed-off-by: Roland Hieber <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
-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 b6864d0ee81e..1812ef31d5f1 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -123,6 +123,7 @@ properties: - enum: - onnn,cat24c04 - onnn,cat24c05 + - rohm,br24g04 - const: atmel,24c04 - items: - const: renesas,r1ex24016 |