All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux v2] Adds HDD backplane and SAS expander board VPD to device tree
@ 2016-01-19 20:10 OpenBMC Patches
  2016-01-19 20:10 ` [PATCH linux v2] Add HDD backplane and SAS expander " OpenBMC Patches
  0 siblings, 1 reply; 2+ messages in thread
From: OpenBMC Patches @ 2016-01-19 20:10 UTC (permalink / raw)
  To: openbmc; +Cc: Norman James

Signed-off-by:  Norman James <nkskjames@gmail.com>

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

Norman James (1):
  Add HDD backplane and SAS expander VPD to device tree

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

-- 
2.6.4

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

* [PATCH linux v2] Add HDD backplane and SAS expander VPD to device tree
  2016-01-19 20:10 [PATCH linux v2] Adds HDD backplane and SAS expander board VPD to device tree OpenBMC Patches
@ 2016-01-19 20:10 ` OpenBMC Patches
  0 siblings, 0 replies; 2+ messages in thread
From: OpenBMC Patches @ 2016-01-19 20:10 UTC (permalink / raw)
  To: openbmc; +Cc: Norman James, Norman James

From: Norman James <njames@us.ibm.com>

Signed-off-by: Norman James <nkskjames@gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
index 38a4fd0..ebf86bb 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
@@ -35,6 +35,16 @@
 						compatible = "nuvoton,nct7904";
 						reg = <0x2e>;
 					};
+					eeprom@51 {
+						compatible = "atmel,24c02";
+						reg = <0x51>;
+						pagesize = <8>;
+					};
+					eeprom@55 {
+						compatible = "atmel,24c02";
+						reg = <0x55>;
+						pagesize = <8>;
+					};
 				};
 			};
 		};
-- 
2.6.4

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

end of thread, other threads:[~2016-01-19 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19 20:10 [PATCH linux v2] Adds HDD backplane and SAS expander board VPD to device tree OpenBMC Patches
2016-01-19 20:10 ` [PATCH linux v2] Add HDD backplane and SAS expander " OpenBMC Patches

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.