projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1da7fe3
)
LF-665-17 arm64: dts: imx8mm: make sure cma do not overlap dma zone
author
Dong Aisheng
<aisheng.dong@nxp.com>
Tue, 24 Dec 2019 10:27:53 +0000
(18:27 +0800)
committer
Dong Aisheng
<aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:51 +0000
(11:21 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mm.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index
b4e02ff
..
a1603e7
100755
(executable)
--- a/
arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@
-155,7
+155,7
@@
compatible = "shared-dma-pool";
reusable;
size = <0 0x28000000>;
- alloc-ranges = <0 0x
40000000 0 0x6
0000000>;
+ alloc-ranges = <0 0x
80000000 0 0x4
0000000>;
linux,cma-default;
};
};