All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux 6/7] arm: aspeed: dts: Add I2C POWER8 OCC compatible string
@ 2016-12-16 20:36 eajames.ibm
  2016-12-20  0:55 ` Andrew Jeffery
  0 siblings, 1 reply; 2+ messages in thread
From: eajames.ibm @ 2016-12-16 20:36 UTC (permalink / raw)
  To: openbmc; +Cc: andrew, joel, Edward A. James

From: "Edward A. James" <eajames@us.ibm.com>

Add devicetree entry to probe up the POWER8 OCC driver on I2C bus.

Signed-off-by: Edward A. James <eajames@us.ibm.com>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
index cc5fcf2..1a775f5 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
@@ -20,6 +20,15 @@
 	};
 };
 
+&i2c3 {
+	status = "okay";
+
+	occ@50 {
+		compatible = "ibm,p8-occ-i2c";
+		reg = <0x50>;
+	};
+};
+
 &uart5 {
 	status = "okay";
 };
-- 
1.9.1

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

end of thread, other threads:[~2016-12-20  0:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16 20:36 [PATCH linux 6/7] arm: aspeed: dts: Add I2C POWER8 OCC compatible string eajames.ibm
2016-12-20  0:55 ` Andrew Jeffery

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.