diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-02-28 15:20:55 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-02-29 09:03:15 +0300 |
commit | 0d47370516b35efa4a220390083341af0bdb7601 (patch) | |
tree | da1fa2456ffe0383adf36236110cb4ffc03a105d /arch/arm/boot/dts/uniphier-ref-daughter.dtsi | |
parent | bc350d1073bc4d1147697a68fac68e062dd9912f (diff) | |
download | linux-0d47370516b35efa4a220390083341af0bdb7601.tar.xz |
ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM
Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string
for I2C EEPROM") did not touch this node.
Add the compatible string prefixed "atmel," so that this matches to the
OF table.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ref-daughter.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi index 04e60c295319..a11897669c26 100644 --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi @@ -7,7 +7,7 @@ &i2c0 { eeprom@50 { - compatible = "microchip,24lc128"; + compatible = "microchip,24lc128", "atmel,24c128"; reg = <0x50>; pagesize = <64>; }; |