From: Markus Niebel Date: Wed, 24 Jul 2024 12:58:48 +0000 (+0200) Subject: arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges X-Git-Tag: v6.11-rc6~9^2~5^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd0c6872aab4d2c556a5e953e6926a1b4485e543;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges DRAM starts at 0x80000000. Fixes: c982ecfa7992 ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board") Signed-off-by: Markus Niebel Signed-off-by: Alexander Stein Reviewed-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi b/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi index d3a0e1244aae6..72a9a5d4e27a3 100644 --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi @@ -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; };