summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2019-11-19 17:01:39 +0200
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-01-18 10:19:14 +0000
commite6679ee56147224097e58b690c76d5aec4203e7f (patch)
tree097552bed8ee8098cf6783ed9fa3112303dc7722
parent7435882c1268c85b2b1df0b9cebbe1757c61496e (diff)
arm64: dts: lx2160a: add iommus property for mc node
Enable SMMU management for the MC firmware by adding the required iommus property in the device tree node. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
index 2433e6f2eda8..28f0cd4c6805 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -1623,6 +1623,7 @@
msi-parent = <&its>;
/* iommu-map property is fixed up by u-boot */
iommu-map = <0 &smmu 0 0>;
+ iommus = <&smmu 0x4000>;
dma-coherent;
#address-cells = <3>;
#size-cells = <1>;