mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: rk3568-android fix cma-default start from 256MB
Since the optee reserved start from 132M to about 16M, so fix the cma default start from 256MB. Change-Id: Ia6a0dd5922d2b308bc107e057fab967cdb7d0ab2 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
inactive;
|
||||
reusable;
|
||||
reg = <0x0 0x08000000 0x0 0x00800000>;
|
||||
reg = <0x0 0x10000000 0x0 0x00800000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user