mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02: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:
parent
091e8a1173
commit
3618cb49ea
|
|
@ -44,7 +44,7 @@ linux,cma {
|
|||
compatible = "shared-dma-pool";
|
||||
inactive;
|
||||
reusable;
|
||||
size = <0x0 (8 * 0x00100000)>;
|
||||
reg = <0x0 0x10000000 0x0 0x00800000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user