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:
Jianqun Xu
2021-04-20 11:09:22 +08:00
parent 3f33bcad2e
commit a66ba52ea0

View File

@@ -51,7 +51,7 @@
compatible = "shared-dma-pool";
inactive;
reusable;
reg = <0x0 0x08000000 0x0 0x00800000>;
reg = <0x0 0x10000000 0x0 0x00800000>;
linux,cma-default;
};