blob: ba03640d68807bf5cf6c57cc487f80ea29969a9e [file] [log] [blame]
Alexander Filippovef5f2c02019-06-04 14:52:16 +03001From 229cd43c240a8395ac6ed684a5eee7a0586f9724 Mon Sep 17 00:00:00 2001
2From: Alexander Filippov <a.filippov@yadro.com>
3Date: Tue, 4 Jun 2019 14:12:00 +0300
4Subject: [PATCH] vesnin: dts: add mbox and lpc_host
5
6These nodes were removed from our DTS by the ask of Andrew Jeffery as
7its are not upstreamed yet. But its are still required to start the
8host.
9
10Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
11---
12 arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts | 10 ++++++++++
13 1 file changed, 10 insertions(+)
14
15diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts b/arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts
16index 0b9e29c3212e..20f07f5bb4f4 100644
17--- a/arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts
18+++ b/arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts
19@@ -120,6 +120,16 @@
20 status = "okay";
21 };
22
23+&lpc_host {
24+ sio_regs: regs {
25+ compatible = "aspeed,bmc-misc";
26+ };
27+};
28+
29+&mbox {
30+ status = "okay";
31+};
32+
33 &uart3 {
34 status = "okay";
35 pinctrl-names = "default";
36--
372.20.1
38