ARM: dts: uniphier: add @{address} to EEPROM node

Just for consistent coding style.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Masahiro Yamada 2016-02-26 16:18:36 +09:00 committed by Arnd Bergmann
parent 4f8b8c60ec
commit 090f41f406

View file

@ -43,7 +43,7 @@
*/ */
&i2c0 { &i2c0 {
eeprom { eeprom@50 {
compatible = "microchip,24lc128"; compatible = "microchip,24lc128";
reg = <0x50>; reg = <0x50>;
}; };