Commit 869ec913 authored by Markus Niebel's avatar Markus Niebel Committed by Wen Zhiwei
Browse files

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

stable inclusion
from stable-v6.6.49
commit 7cf7de0f3572b3d10a1d362dbb83815654c9bdb4
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IAX3M8

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7cf7de0f3572b3d10a1d362dbb83815654c9bdb4



--------------------------------

[ Upstream commit cd0c6872aab4d2c556a5e953e6926a1b4485e543 ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarWen Zhiwei <wenzhiwei@kylinos.cn>
parent 967459c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		};