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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		};