From: Masahiro Yamada Date: Fri, 26 Feb 2016 07:18:32 +0000 (+0900) Subject: ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board X-Git-Tag: v4.6-rc1~26^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3bdf9e4271c337d75458514aa9d3d7b28aa43aea;p=linux.git 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 Signed-off-by: Arnd Bergmann --- 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 @@ &serial2 { &i2c0 { status = "okay"; + + eeprom@54 { + compatible = "st,24c64"; + reg = <0x54>; + }; };