Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/arm/boot/dts/uniphier-ref-daughter.dtsi
··· 7 7 8 8 &i2c0 { 9 9 eeprom@50 { 10 - compatible = "microchip,24lc128"; 10 + compatible = "microchip,24lc128", "atmel,24c128"; 11 11 reg = <0x50>; 12 12 pagesize = <64>; 13 13 };