mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3328-evb-android: set cma memory to 32M
When playing secure video, you need to interact with secure OS. The interaction to secureOS must be a physical continuous memory, so CMA needs to be used, and now CMA is not enough and 32M is enough. Change-Id: Ie665152808a048045e702b3e0e9d9137f30975b5 Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
This commit is contained in:
@@ -62,6 +62,14 @@
|
||||
ramoops_mem: ramoops@68000000 {
|
||||
reg = <0x0 0x110000 0x0 0xf0000>;
|
||||
};
|
||||
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x2000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
ramoops {
|
||||
|
||||
Reference in New Issue
Block a user