All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.7 1/1] ARM: dts: aspeed: Enable Garrison uart
@ 2017-03-30 22:04 Chris Austen
  2017-03-30 23:14 ` Joel Stanley
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Austen @ 2017-03-30 22:04 UTC (permalink / raw)
  To: openbmc, joel

The dts did not turn on the debug port. This starts
to allow development of OpenBMC on the garrison system

Signed-off-by: Chris Austen <austenc@us.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts b/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts
index 639b8f8..d4bb77d 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts
@@ -64,6 +64,10 @@
 	};
 };
 
+&uart5 {
+	status = "okay";
+};
+
 &mac0 {
 	status = "okay";
 
-- 
2.7.4

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

end of thread, other threads:[~2017-03-30 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 22:04 [PATCH linux dev-4.7 1/1] ARM: dts: aspeed: Enable Garrison uart Chris Austen
2017-03-30 23: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.