All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed: Add FSI pins to Zaius device tree
@ 2017-02-07  2:37 Joel Stanley
  2017-02-07 19:59 ` Xo Wang
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Stanley @ 2017-02-07  2:37 UTC (permalink / raw)
  To: Xo Wang; +Cc: Rick Altherr, openbmc

Pin assignments for the EVT-2 board as described in pdbg. The status is disabled
so this does not enable the in-kernel FSI driver yet.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---

Tested on zaius5 with the driver enabled and it worked.

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

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
index e2195a641414..e1c9b3f4fe44 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
@@ -74,6 +74,18 @@
 			gpios = <&gpio ASPEED_GPIO(AA, 2) GPIO_ACTIVE_LOW>;
 		};
 	};
+
+	fsi-master {
+		compatible = "ibm,fsi-master", "ibm,fsi-master-gpio";
+
+		status = "disabled";
+
+		clock-gpios = <&gpio ASPEED_GPIO(C, 3) GPIO_ACTIVE_HIGH>;
+		data-gpios = <&gpio ASPEED_GPIO(C, 2) GPIO_ACTIVE_HIGH>;
+		trans-gpios = <&gpio ASPEED_GPIO(O, 6) GPIO_ACTIVE_HIGH>;
+		enable-gpios = <&gpio ASPEED_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
+		mux-gpios = <&gpio ASPEED_GPIO(P, 6) GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &fmc {
-- 
2.11.0

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

end of thread, other threads:[~2017-02-13  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07  2:37 [PATCH] ARM: dts: aspeed: Add FSI pins to Zaius device tree Joel Stanley
2017-02-07 19:59 ` Xo Wang
2017-02-09  2:18   ` Joel Stanley
2017-02-09 19:42     ` Xo Wang
2017-02-13  2:07       ` 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.