From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddie James Date: Wed, 15 Jan 2020 15:29:49 -0600 Subject: [PATCH v6 11/12] ARM: dts: aspeed: witherspoon: Enable XDMA Engine In-Reply-To: <1579123790-6894-1-git-send-email-eajames@linux.ibm.com> References: <1579123790-6894-1-git-send-email-eajames@linux.ibm.com> Message-ID: <1579123790-6894-12-git-send-email-eajames@linux.ibm.com> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Enable the XDMA engine node. Signed-off-by: Eddie James --- arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 1.8.3.1