diff options
author | Yong Wu <[email protected]> | 2023-04-11 17:31:44 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2023-04-13 11:59:29 +0200 |
commit | f543028451d1361b7e6ab45b42503a31047c3102 (patch) | |
tree | 2e3b5a04527992c0db218c2e669b1b93dbb35a12 | |
parent | 88c531b42a986c02a2630b84521d3dfe19b01686 (diff) |
arm64: dts: mt8186: Add dma-ranges for the parent "soc" node
Prepare for the MM nodes whose dma-ranges(iova range) is 16GB.
Signed-off-by: Yong Wu <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8186.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi b/arch/arm64/boot/dts/mediatek/mt8186.dtsi index a0d3e1f731bd..251eace411c0 100644 --- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi @@ -324,6 +324,7 @@ #address-cells = <2>; #size-cells = <2>; compatible = "simple-bus"; + dma-ranges = <0x0 0x0 0x0 0x0 0x4 0x0>; ranges; gic: interrupt-controller@c000000 { |