diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-10-02 09:20:47 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-10-10 01:24:04 +0200 |
commit | 61a48006ffbb83ecd6078e75be99105b4aa781c6 (patch) | |
tree | ec881a97947171d0deada4edae49a76ee697f07d /Documentation/devicetree/bindings/eeprom | |
parent | dt-bindings: at24: convert the binding document to yaml (diff) | |
download | linux-61a48006ffbb83ecd6078e75be99105b4aa781c6.tar.xz linux-61a48006ffbb83ecd6078e75be99105b4aa781c6.zip |
dt-bindings: at24: add new compatible
arch/arm/boot/dts/at91-dvk_som60.dt.yaml uses the compatible string
'giantec,gt24c32a' for an at24 EEPROM with a fallback to 'atmel,24c32'.
Add this model as a special case to the binding document.
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/eeprom')
-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 c56f27fde3b3..e8778560d966 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -108,6 +108,9 @@ properties: - const: renesas,r1ex24016 - const: atmel,24c16 - items: + - const: giantec,gt24c32a + - const: atmel,24c32 + - items: - const: renesas,r1ex24128 - const: atmel,24c128 |