[PATCH v2 3/5] ARM: dts: aspeed: Move mbox under lpc_host node
Cyril Bur
cyrilbur at gmail.com
Thu Dec 22 17:06:08 AEDT 2016
The mbox registers are on the lpc_host bus this should be reflected in the device tree
Signed-off-by: Cyril Bur <cyrilbur at gmail.com>
---
arch/arm/boot/dts/aspeed-g4.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
index 2db7915de790..864136d2b73c 100644
--- a/arch/arm/boot/dts/aspeed-g4.dtsi
+++ b/arch/arm/boot/dts/aspeed-g4.dtsi
@@ -60,6 +60,12 @@
memory-region = <&flash_memory>;
reg = <0x0 0x80>;
};
+
+ mbox: mbox at 180 {
+ compatible = "aspeed,ast2400-mbox";
+ reg = <0x180 0x5c>;
+ interrupts = <46>;
+ };
};
};
@@ -900,12 +906,6 @@
interrupts = <8>;
};
- mbox: mbox at 1e789200 {
- compatible = "aspeed,ast2400-mbox";
- reg = <0x1e789200 0x5c>;
- interrupts = <46>;
- };
-
wdt1: wdt at 1e785000 {
compatible = "aspeed,ast2400-wdt";
reg = <0x1e785000 0x1c>;
--
2.11.0
More information about the openbmc
mailing list