After commit
1a8e1cef7603 ("arm64: use both ZONE_DMA and ZONE_DMA32"),
ZONE_DMA will contain the lower 1G of memory.
Change the CMA range start or size to ensure it's not overlapped
with dma zone.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
compatible = "shared-dma-pool";
reusable;
size = <0 0x28000000>;
- alloc-ranges = <0 0x40000000 0 0x93c00000>;
+ alloc-ranges = <0 0x40000000 0 0x40000000>;
linux,cma-default;
};
compatible = "shared-dma-pool";
reusable;
size = <0 0x28000000>;
- alloc-ranges = <0 0x40000000 0 0x60000000>;
+ alloc-ranges = <0 0x40000000 0 0x40000000>;
linux,cma-default;
};
};