diff mbox series

[linux,dev-5.3] ARM: dts: aspeed: rainier: Enable VUART1

Message ID 20191017181412.30038-1-bradleyb@fuzziesquirrel.com
State Accepted, archived
Headers show
Series [linux,dev-5.3] ARM: dts: aspeed: rainier: Enable VUART1 | expand

Commit Message

Brad Bishop Oct. 17, 2019, 6:14 p.m. UTC
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(+)

Comments

Joel Stanley Oct. 18, 2019, 1:13 a.m. UTC | #1
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.
diff mbox series

Patch

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>;