mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ARM: dts: rv1126: Add shared dma memory pool inactive optional property
The ISP and CMA need the operating system must not active the region. Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com> Change-Id: Id27f453f8f1734d992d0e5ae9c38a01b0f7686fe
This commit is contained in:
@@ -316,6 +316,14 @@
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
inactive;
|
||||
reusable;
|
||||
size = <0x800000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
drm_logo: drm-logo@00000000 {
|
||||
compatible = "rockchip,drm-logo";
|
||||
reg = <0x0 0x0>;
|
||||
@@ -323,6 +331,7 @@
|
||||
|
||||
isp_reserved: isp {
|
||||
compatible = "shared-dma-pool";
|
||||
inactive;
|
||||
reusable;
|
||||
size = <0x10000000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user