]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Wed, 24 Jul 2024 12:58:48 +0000 (14:58 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 01:45:25 +0000 (09:45 +0800)
DRAM starts at 0x80000000.

Fixes: c982ecfa7992 ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board")
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

index d3a0e1244aae670b7845bb7f7e5badbeed50609a..72a9a5d4e27a3ccc6eb68983b6f4de69f06c4db0 100644 (file)
@@ -19,7 +19,7 @@
                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;
                };