diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-04-22 16:18:36 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-11 21:13:58 +0200 |
commit | 410dcdc2dfd008c6b7559d300488eea2789dad9f (patch) | |
tree | bff888f22a381ed072d600b5439b900063b30c25 /Documentation/devicetree/bindings/eeprom | |
parent | dt-bindings: watchdog: Convert i.MX7ULP to json-schema (diff) | |
download | linux-410dcdc2dfd008c6b7559d300488eea2789dad9f.tar.xz linux-410dcdc2dfd008c6b7559d300488eea2789dad9f.zip |
dt-bindings: at24: add microchip, 24lc[0-9]+ to the compatible pattern
arch/arm/boot/dts/uniphier-ref-daughter.dtsi has
compatible = "microchip,24lc128", "atmel,24c128";
and 'make ARCH=arm dtbs_check' warns this:
eeprom@50: compatible: ['microchip,24lc128', 'atmel,24c128'] is not valid under any of the given schemas (Possible causes of the failure)
Microchip 24LC128 is the device used on this board, and I see it in
https://www.microchip.com/wwwproducts/en/24LC128
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index de513fe333a7..d77bc475fd14 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -34,7 +34,7 @@ properties: - minItems: 1 maxItems: 2 items: - - pattern: "^(atmel|catalyst|microchip|nxp|ramtron|renesas|rohm|st),(24(c|cs|mac)[0-9]+|spd)$" + - pattern: "^(atmel|catalyst|microchip|nxp|ramtron|renesas|rohm|st),(24(c|cs|lc|mac)[0-9]+|spd)$" - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" - oneOf: - items: |