arm64: dts: rockchip: fix cma reserved size error for rk3568-android

Fixes: 8862f1ad4d ("arm64: dts: rockchip: move reserved_memory to rk3568.dtsi")
Change-Id: I3c85c968e322438fbee208de7f2f31b5f59a7cee
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2021-01-04 09:11:19 +08:00
committed by Tao Huang
parent 076b562457
commit 5f1d8fecc7

View File

@@ -44,7 +44,7 @@
compatible = "shared-dma-pool";
inactive;
reusable;
size = <0x0 (512 * 0x00100000)>;
size = <0x0 (8 * 0x00100000)>;
linux,cma-default;
};