aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-02-08 19:53:49 +0100
committerShawn Guo <shawnguo@kernel.org>2019-02-11 13:44:12 +0800
commitca04fed4706dfb13cb964be2dc294054ed0efb6b (patch)
tree7a635b36f81dbec716f8ed06590fe655b40f0896
parentarm64: dts: imx8mq: Add ARM PMU node (diff)
downloadwireguard-linux-ca04fed4706dfb13cb964be2dc294054ed0efb6b.tar.xz
wireguard-linux-ca04fed4706dfb13cb964be2dc294054ed0efb6b.zip
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 <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq.dtsi1
1 files changed, 1 insertions, 0 deletions
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";