Commit 0d473705 authored by Masahiro Yamada's avatar Masahiro Yamada

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

Commit 73f9de0c ("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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent bc350d10
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
&i2c0 { &i2c0 {
eeprom@50 { eeprom@50 {
compatible = "microchip,24lc128"; compatible = "microchip,24lc128", "atmel,24c128";
reg = <0x50>; reg = <0x50>;
pagesize = <64>; pagesize = <64>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment