aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-26 02:18:36 -0500
committerArnd Bergmann <arnd@arndb.de>2016-03-18 12:40:50 -0400
commit090f41f406349bf444f35cceb5ee28ea1f567f0b (patch)
treed7046ad17e88be6f9a908fba734f1591b70e077a
parent4f8b8c60ec50ec9210e5f0c4873a054376d185b5 (diff)
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>
-rw-r--r--arch/arm/boot/dts/uniphier-ref-daughter.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
index 3d29d2806cc0..f7df0881c5e0 100644
--- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
+++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
@@ -43,7 +43,7 @@
43 */ 43 */
44 44
45&i2c0 { 45&i2c0 {
46 eeprom { 46 eeprom@50 {
47 compatible = "microchip,24lc128"; 47 compatible = "microchip,24lc128";
48 reg = <0x50>; 48 reg = <0x50>;
49 }; 49 };