All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux] Add motherboard eeprom located at i2c4 address 0xA8
@ 2016-05-17 19:21 OpenBMC Patches
  2016-05-17 19:21 ` OpenBMC Patches
  0 siblings, 1 reply; 3+ messages in thread
From: OpenBMC Patches @ 2016-05-17 19:21 UTC (permalink / raw
  To: openbmc

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>

https://github.com/openbmc/linux/pull/82

Adriana Kobylak (1):
  Add motherboard eeprom located at i2c4 address 0xA8

 arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.8.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH linux] Add motherboard eeprom located at i2c4 address 0xA8
  2016-05-17 19:21 [PATCH linux] Add motherboard eeprom located at i2c4 address 0xA8 OpenBMC Patches
@ 2016-05-17 19:21 ` OpenBMC Patches
  2016-05-18  5:14   ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: OpenBMC Patches @ 2016-05-17 19:21 UTC (permalink / raw
  To: openbmc

From: Adriana Kobylak <anoo@us.ibm.com>

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>
---
 arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
index a06252a..0e567e8 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 {
-- 
2.8.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH linux] Add motherboard eeprom located at i2c4 address 0xA8
  2016-05-17 19:21 ` OpenBMC Patches
@ 2016-05-18  5:14   ` Joel Stanley
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2016-05-18  5:14 UTC (permalink / raw
  To: OpenBMC Patches; +Cc: OpenBMC Maillist

On Wed, May 18, 2016 at 4:51 AM, OpenBMC Patches
<openbmc-patches@stwcx.xyz> wrote:
> From: Adriana Kobylak <anoo@us.ibm.com>
>
> 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>

Thanks. Committed as
https://github.com/openbmc/linux/commit/03d0937f69ff82c74da7afb286a037b523044671
and tagged in https://github.com/openbmc/linux/releases/tag/openbmc-20160518-1.

Opened PR https://github.com/openbmc/openbmc/pull/277 to add it to the build.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-18  5:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 19:21 [PATCH linux] Add motherboard eeprom located at i2c4 address 0xA8 OpenBMC Patches
2016-05-17 19:21 ` OpenBMC Patches
2016-05-18  5:14   ` Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.