From: Masahiro Yamada Date: Fri, 12 Feb 2016 11:27:00 +0000 (+0900) Subject: ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board X-Git-Tag: v2016.03-rc2~25^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a65256d304a28b05426ac361629a44b6f8c3073d;p=u-boot ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board This board has an EEPROM connected to the I2C channel 0 of the SoC. Its slave address is 0x54. Signed-off-by: Masahiro Yamada --- diff --git a/arch/arm/dts/uniphier-proxstream2-gentil.dts b/arch/arm/dts/uniphier-proxstream2-gentil.dts index c6c133aa19..fb79555ef6 100644 --- a/arch/arm/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/dts/uniphier-proxstream2-gentil.dts @@ -39,6 +39,12 @@ &i2c0 { status = "okay"; + + eeprom { + compatible = "24c64", "i2c-eeprom"; + reg = <0x54>; + u-boot,i2c-offset-len = <2>; + }; }; &usb0 {