From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Thu, 14 Jun 2018 13:56:05 +1000 Subject: [PATCH 3/3] arm: dts: Update AST2400 device-tree In-Reply-To: <20180614035605.25286-1-benh@kernel.crashing.org> References: <20180614035605.25286-1-benh@kernel.crashing.org> Message-ID: <20180614035605.25286-3-benh@kernel.crashing.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Add the missing node for the CVIC (the coprocessor interrupt controller) and add a label to the SRAM node so it can be referenced from the board device-tree file. Signed-off-by: Benjamin Herrenschmidt --- arch/arm/boot/dts/aspeed-g4.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 75df1573380e..435595534ec4 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -92,6 +92,11 @@ reg = <0x1e6c0080 0x80>; }; + cvic: interrupt-controller at 1e6c2000 { + compatible = "aspeed,ast2400-cvic"; + reg = <0x1e6c2000 0x80>; + }; + mac0: ethernet at 1e660000 { compatible = "aspeed,ast2400-mac", "faraday,ftgmac100"; reg = <0x1e660000 0x180>; @@ -161,7 +166,7 @@ status = "disabled"; }; - sram at 1e720000 { + sram: sram at 1e720000 { compatible = "mmio-sram"; reg = <0x1e720000 0x8000>; // 32K }; -- 2.17.0