diff options
author | Frieder Schrempf <[email protected]> | 2024-07-02 12:31:14 +0200 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2024-07-03 11:57:52 +0200 |
commit | 3a9ba4e32230df6c48cda1fd5cbca6facacc74c2 (patch) | |
tree | a7eb8af6d4438950645fb9513a6545c0b882e7cc | |
parent | d83c217778e7425d10105001150c5670e07f88fe (diff) |
dt-bindings: eeprom: at24: Add compatible for ONSemi N24S64B
The ONSemi N24S64B is a 64 KBit serial EEPROM that is compatible
with atmel,24c64.
Signed-off-by: Frieder Schrempf <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index d7227d574d16..e396e47b2f13 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -129,6 +129,9 @@ properties: - const: giantec,gt24c32a - const: atmel,24c32 - items: + - const: onnn,n24s64b + - const: atmel,24c64 + - items: - enum: - renesas,r1ex24128 - samsung,s524ad0xd1 |