From: Lucas Stach Date: Fri, 8 Feb 2019 18:53:49 +0000 (+0100) Subject: arm64: dts: imx8mq: specify dma-ranges X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5228^2~21^2 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=ca04fed4706dfb13cb964be2dc294054ed0efb6b;p=linux.git arm64: dts: imx8mq: specify dma-ranges The peripheral bus on the i.MX8MQ is still limited to 32bits, so we need to declare the usable range for device DMA operations, as the DRAM will extend across the 32bit boundary if more than 3GB are installed. Signed-off-by: Lucas Stach Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 8e130ec29091..c626ccbbc500 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -147,6 +147,7 @@ #address-cells = <1>; #size-cells = <1>; ranges = <0x0 0x0 0x0 0x3e000000>; + dma-ranges = <0x40000000 0x0 0x40000000 0xc0000000>; bus@30000000 { /* AIPS1 */ compatible = "fsl,imx8mq-aips-bus", "simple-bus";