All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.3] ARM: dts: aspeed: rainier: Enable VUART1
@ 2019-10-17 18:14 Brad Bishop
  2019-10-18  1:13 ` Joel Stanley
  0 siblings, 1 reply; 2+ messages in thread
From: Brad Bishop @ 2019-10-17 18:14 UTC (permalink / raw
  To: joel; +Cc: openbmc

Like most OpenPower machines the VUART is expected to be at /dev/ttyS5
for communication with the host over LPC.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index 8ced62911155..efb1e99b5124 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -521,6 +521,10 @@
 	};
 };
 
+&vuart1 {
+	status = "okay";
+};
+
 &lpc_ctrl {
 	status = "okay";
 	memory-region = <&flash_memory>;
-- 
2.21.0

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

* Re: [PATCH linux dev-5.3] ARM: dts: aspeed: rainier: Enable VUART1
  2019-10-17 18:14 [PATCH linux dev-5.3] ARM: dts: aspeed: rainier: Enable VUART1 Brad Bishop
@ 2019-10-18  1:13 ` Joel Stanley
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Stanley @ 2019-10-18  1:13 UTC (permalink / raw
  To: Brad Bishop; +Cc: OpenBMC Maillist

On Thu, 17 Oct 2019 at 18:13, Brad Bishop <bradleyb@fuzziesquirrel.com> wrote:
>
> Like most OpenPower machines the VUART is expected to be at /dev/ttyS5
> for communication with the host over LPC.
>
> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

Merged, thanks.

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

end of thread, other threads:[~2019-10-18  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-17 18:14 [PATCH linux dev-5.3] ARM: dts: aspeed: rainier: Enable VUART1 Brad Bishop
2019-10-18  1:13 ` 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.