Skip to content

Commit cd0c687

Browse files
tq-niebelmShawn Guo
authored andcommitted
arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
DRAM starts at 0x80000000. Fixes: c982ecf ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board") Signed-off-by: Markus Niebel <[email protected]> Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 8512fbb commit cd0c687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
linux,cma {
2020
compatible = "shared-dma-pool";
2121
reusable;
22-
alloc-ranges = <0 0x60000000 0 0x40000000>;
22+
alloc-ranges = <0 0x80000000 0 0x40000000>;
2323
size = <0 0x10000000>;
2424
linux,cma-default;
2525
};

0 commit comments

Comments
 (0)