mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: rk312x-android: add "shared-dma-pool" for cma region
Without the "shared-dma-pool" compatible, the region reserved is not an dma region. Support system-heap. Change-Id: I25aa3df38db2522bf3e580e96ed6e0f5ecd4f5fe Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -124,7 +124,10 @@
|
||||
ranges;
|
||||
|
||||
cma_region: region@6a000000 {
|
||||
compatible = "shared-dma-pool";
|
||||
no-map;
|
||||
reg = <0x6a000000 0x1000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
ramoops_mem: ramoops@68000000 {
|
||||
@@ -146,6 +149,8 @@
|
||||
|
||||
cma-heap {
|
||||
};
|
||||
system-heap {
|
||||
};
|
||||
};
|
||||
|
||||
ramoops {
|
||||
|
||||
Reference in New Issue
Block a user