mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
ARM64: dts: rockchip: rk3368 reserved 128M memory for cma
Required by isp, the continuous memory region should reserve 128M for cma-heap. Change-Id: I906fa713ee111c0a5242ffaa42416d9bd568d3a3 Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
e367ce05f7
commit
484dbffdc8
@@ -50,6 +50,20 @@
|
||||
bootargs = "console=uart,mmio32,0xff690000";
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x8000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
ion {
|
||||
compatible = "rockchip,ion";
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user