ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM

Commit 73f9de0c7f ("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>
This commit is contained in:
Masahiro Yamada 2020-02-28 21:20:55 +09:00
parent bc350d1073
commit 0d47370516

View file

@ -7,7 +7,7 @@
&i2c0 {
eeprom@50 {
compatible = "microchip,24lc128";
compatible = "microchip,24lc128", "atmel,24c128";
reg = <0x50>;
pagesize = <64>;
};