mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
feat(tc): add reserved memory region for Gralloc
Gralloc for Android S uses dmabuf, we need to add reserved memory area for these allocations Signed-off-by: Anders Dellien <anders.dellien@arm.com> Change-Id: If869ac930fadc374ec435cae3847ba374584275b
This commit is contained in:
parent
82117bb481
commit
ad60a42cd7
1 changed files with 7 additions and 0 deletions
|
@ -206,6 +206,13 @@
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x8000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
optee@0xfce00000 {
|
||||
reg = <0x00000000 0xfce00000 0 0x00200000>;
|
||||
no-map;
|
||||
|
|
Loading…
Add table
Reference in a new issue