aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-26 02:18:32 -0500
committerArnd Bergmann <arnd@arndb.de>2016-03-18 12:39:12 -0400
commit3bdf9e4271c337d75458514aa9d3d7b28aa43aea (patch)
tree5f59c886d98e36fbfc66939b2be3fbf0d5b15f66
parent61f838c7faad95a5ae105a136e14d1c7b372c970 (diff)
ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
This board has an EEPROM (STMicroelectronics M24C64-WMN6TP) connected to the I2C channel 0 of the SoC. Its slave address is 0x54. 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-proxstream2-gentil.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
index 9d7ec5c204dd..0da3018612b7 100644
--- a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
+++ b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
@@ -75,4 +75,9 @@
75 75
76&i2c0 { 76&i2c0 {
77 status = "okay"; 77 status = "okay";
78
79 eeprom@54 {
80 compatible = "st,24c64";
81 reg = <0x54>;
82 };
78}; 83};