From: Sebastian Hesselbarth Date: Fri, 19 Sep 2014 19:34:11 +0000 (+0200) Subject: ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d X-Git-Tag: v3.19-rc1~57^2~14^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7207cef47dcd28b2f2fdfe9dc2e1fb5b5eeea75b;p=karo-tx-linux.git ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d There is an I2C eeprom connected on Lenovo ix4-300d, add the corresponding node. Signed-off-by: Sebastian Hesselbarth Tested-By: Benoit Masson Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts index c5ee6c00766c..1a85014a6268 100644 --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts @@ -98,6 +98,11 @@ reg = <0x2e>; }; + eeprom@50 { + compatible = "atmel,24c64"; + reg = <0x50>; + }; + pcf8563@51 { compatible = "nxp,pcf8563"; reg = <0x51>;