Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: witherspoon: Enable XDMA engine

Add a reserved memory node for the VGA memory. Add the XDMA engine node,
enable it, and point it's memory region to the VGA memory.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Eddie James and committed by
Joel Stanley
67268c28 645afe73

+11
+11
arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
··· 27 27 reg = <0x98000000 0x04000000>; /* 64M */ 28 28 }; 29 29 30 + vga_memory: region@9f000000 { 31 + no-map; 32 + compatible = "shared-dma-pool"; 33 + reg = <0x9f000000 0x01000000>; /* 16M */ 34 + }; 35 + 30 36 gfx_memory: framebuffer { 31 37 size = <0x01000000>; 32 38 alignment = <0x01000000>; ··· 694 688 &video { 695 689 status = "okay"; 696 690 memory-region = <&video_engine_memory>; 691 + }; 692 + 693 + &xdma { 694 + status = "okay"; 695 + memory-region = <&vga_memory>; 697 696 }; 698 697 699 698 #include "ibm-power9-dual.dtsi"