diff mbox series

[v6,11/12] ARM: dts: aspeed: witherspoon: Enable XDMA Engine

Message ID 1579123790-6894-12-git-send-email-eajames@linux.ibm.com
State Accepted, archived
Headers show
Series aspeed: Add SCU interrupt controller and XDMA engine drivers | expand

Commit Message

Eddie James Jan. 15, 2020, 9:29 p.m. UTC
Enable the XDMA engine node.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Andrew Jeffery Jan. 17, 2020, 12:12 a.m. UTC | #1
On Thu, 16 Jan 2020, at 07:59, Eddie James wrote:
> Enable the XDMA engine node.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index 421aa60..5351d6a 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -656,4 +656,10 @@ 
 	memory-region = <&video_engine_memory>;
 };
 
+&xdma {
+	status = "okay";
+	/* 512M DRAM with 16M VRAM which is reserved at the top. */
+	memory = <0x9f000000 0x01000000>;
+};
+
 #include "ibm-power9-dual.dtsi"