]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: uniphier: add @{address} to EEPROM node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 07:18:36 +0000 (16:18 +0900)
committerArnd Bergmann <arnd@arndb.de>
Fri, 18 Mar 2016 16:40:50 +0000 (17:40 +0100)
Just for consistent coding style.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/uniphier-ref-daughter.dtsi

index 3d29d2806cc0c9e9dd7d1c5d8215abafd7a9fe7e..f7df0881c5e00e32651e965118b73c7ed44d4c84 100644 (file)
@@ -43,7 +43,7 @@
  */
 
 &i2c0 {
-       eeprom {
+       eeprom@50 {
                compatible = "microchip,24lc128";
                reg = <0x50>;
        };