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

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>

authored by

Masahiro Yamada and committed by
Arnd Bergmann
090f41f4 4f8b8c60

+1 -1
+1 -1
arch/arm/boot/dts/uniphier-ref-daughter.dtsi
··· 43 43 */ 44 44 45 45 &i2c0 { 46 - eeprom { 46 + eeprom@50 { 47 47 compatible = "microchip,24lc128"; 48 48 reg = <0x50>; 49 49 };