diff mbox

[15/17] Enable vuart in Firestone DT

Message ID 1474058133-27363-16-git-send-email-tpearson@raptorengineering.com
State Accepted, archived
Headers show

Commit Message

Timothy Pearson Sept. 16, 2016, 8:35 p.m. UTC
This allows the "startup-hacks" service to load.

Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |    5 +++++
 1 file changed, 5 insertions(+)

Comments

Joel Stanley Sept. 23, 2016, 7:18 a.m. UTC | #1
On Sat, Sep 17, 2016 at 6:05 AM, Timothy Pearson
<tpearson@raptorengineering.com> wrote:
> This allows the "startup-hacks" service to load.
>
> Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>

Applied to dev-4.7 as 3723080882903fc43531867bdcedad7fe92e3f07.

Cheers,

Joel
diff mbox

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
index 36c95a0..38f1b4b 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
@@ -9,6 +9,7 @@ 
 	compatible = "ibm,firestone-bmc", "aspeed,ast2400";
 
 	aliases {
+		serial0 = &vuart;
 		serial1 = &uart1;
 		serial2 = &uart2;
 		serial4 = &uart5;
@@ -209,3 +210,7 @@ 
 &i2c13 {
 	// i2c hub PCA9516A
 };
+
+&vuart {
+	status = "okay";
+};