diff mbox series

[linux,dev-5.4,6/6] ARM: dts: Aspeed: Tacoma: Update VGA memory compatibility

Message ID 1588699798-26292-7-git-send-email-eajames@linux.ibm.com
State Accepted, archived
Headers show
Series soc: aspeed: Update XDMA to v11 upstream | expand

Commit Message

Eddie James May 5, 2020, 5:29 p.m. UTC
The reserved memory should be compatible with the shared DMA pool for
use with the XDMA engine.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index ba1f4cb..4729035 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -32,6 +32,7 @@ 
 
 		vga_memory: region@bf000000 {
 			no-map;
+			compatible = "shared-dma-pool";
 			reg = <0xbf000000 0x01000000>;	/* 16M */
 		};
 	};