Browse Source

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>
Masahiro Yamada 9 years ago
parent
commit
090f41f406
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/uniphier-ref-daughter.dtsi

+ 1 - 1
arch/arm/boot/dts/uniphier-ref-daughter.dtsi

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