Commit cd0c6872 authored by Markus Niebel's avatar Markus Niebel Committed by Shawn Guo

arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges

DRAM starts at 0x80000000.

Fixes: c982ecfa ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board")
Signed-off-by: default avatarMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8512fbb6
......@@ -19,7 +19,7 @@ reserved-memory {
linux,cma {
compatible = "shared-dma-pool";
reusable;
alloc-ranges = <0 0x60000000 0 0x40000000>;
alloc-ranges = <0 0x80000000 0 0x40000000>;
size = <0 0x10000000>;
linux,cma-default;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment