summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2016-05-17 19:48:59 +0300
committerJoel Stanley <joel@jms.id.au>2016-05-18 07:21:46 +0300
commit03d0937f69ff82c74da7afb286a037b523044671 (patch)
treee699ef93a6edba8a0edebff2f3f561186f646e2f
parent0660ebdfb67dbed60f2a9068e8e2c27c2a68416e (diff)
downloadlinux-openbmc-20160518-1.tar.xz
dts/aspeed-barreleye: Add motherboard eepromopenbmc-20160518-1
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>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
index a06252aa39d3..0e567e805bb6 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
@@ -82,6 +82,11 @@
reg = <0x10>;
sense-resistor = <500>;
};
+ eeprom@54 {
+ compatible = "atmel,24c256";
+ reg = <0x54>;
+ pagesize = <64>;
+ };
};
i2c5: i2c-bus@180 {
adm1278@10 {