mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3568-android: reserved cma default at 256M
The usb driver will alloc from the cma default memory pool, when it's limited to 32bit, the cma default memory should limit to dma32. Change-Id: Ibd91f3158af6eae98d899018685e03e8f47e75a9 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
inactive;
|
||||
reusable;
|
||||
size = <0x0 (8 * 0x00100000)>;
|
||||
reg = <0x0 0x10000000 0x0 0x00800000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user