Skip to content

Commit

Permalink
ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d
Browse files Browse the repository at this point in the history
There is an I2C eeprom connected on Lenovo ix4-300d, add the
corresponding node.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-By: Benoit Masson <yahoo@perenite.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Sebastian Hesselbarth authored and Jason Cooper committed Nov 2, 2014
1 parent c06cf0a commit 7207cef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
reg = <0x2e>;
};

eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};

pcf8563@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
Expand Down

0 comments on commit 7207cef

Please sign in to comment.