diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-26 16:18:36 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-18 17:40:50 +0100 |
commit | 090f41f406349bf444f35cceb5ee28ea1f567f0b (patch) | |
tree | d7046ad17e88be6f9a908fba734f1591b70e077a /arch/arm | |
parent | 4f8b8c60ec50ec9210e5f0c4873a054376d185b5 (diff) | |
download | linux-090f41f406349bf444f35cceb5ee28ea1f567f0b.tar.bz2 |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 |
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 @@ */ &i2c0 { - eeprom { + eeprom@50 { compatible = "microchip,24lc128"; reg = <0x50>; }; |