mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -44,7 +44,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
inactive;
|
||||
reusable;
|
||||
size = <0x0 (512 * 0x00100000)>;
|
||||
size = <0x0 (8 * 0x00100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user