summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorXianzhong <xianzhong.li@nxp.com>2018-08-09 17:29:03 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:33:08 +0800
commit78ee4a77f2f4a3c11b37807831b1321259ebc440 (patch)
tree746e80612b70edb42dbd9e38275d368654b0978b /arch/arm/boot/dts
parent413470e79fe264790c127a472b198872afdf128e (diff)
MGS-4123 gpu: dts: fix axi bus error on 6dl sabreauto board
meet axi bus error when setting 3G/1G user/kernel VM space layout, it is casued by gpu with legacy mmu, which requires cma under 2GB. in this case, 6dl cma exceed 2G with 3G/1G user /kernel VM layerout. Reserved memory: created CMA memory pool at 0x7a000000, size 320 MiB set gpu base-address with 256M to avoid axi bus error on 2G board. Signed-off-by: Xianzhong <xianzhong.li@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/imx6dl.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index 03fcba6e3222..0f8faa5dbbe5 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -98,7 +98,7 @@
gpu: gpu@00130000 {
compatible = "fsl,imx6dl-gpu", "fsl,imx6q-gpu";
reg = <0x00130000 0x4000>, <0x00134000 0x4000>,
- <0x0 0x0>, <0x0 0x8000000>;
+ <0x10000000 0x0>, <0x0 0x8000000>;
reg-names = "iobase_3d", "iobase_2d",
"phys_baseaddr", "contiguous_mem";
interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>,