Skip to content

Commit

Permalink
dts/aspeed-barreleye: Add motherboard eeprom
Browse files Browse the repository at this point in the history
The motherbaord eeprom in Barreleye is accessible through i2c4 address
0xA8 (54). Adding it to the device tree since its vpd contains the
system UUID which is needed to be added to the inventory.

Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
[reformatted commit message]
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
anoo1 authored and shenki committed May 18, 2016
1 parent 0660ebd commit 03d0937
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
reg = <0x10>;
sense-resistor = <500>;
};
eeprom@54 {
compatible = "atmel,24c256";
reg = <0x54>;
pagesize = <64>;
};
};
i2c5: i2c-bus@180 {
adm1278@10 {
Expand Down

0 comments on commit 03d0937

Please sign in to comment.