summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2019-11-19 17:01:39 +0200
committerRussell King <rmk+kernel@armlinux.org.uk>2020-10-12 22:42:10 +0100
commitd58771f9003196ae9f1b2db68f3b61cd41c7ceda (patch)
tree90d27665e61f2e98b044d06c41fb6c219dd7c7e6
parentab46a3fc11b8a038462e2b97ff7abe421262b0f0 (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 d6a83476ed36..b28c811aa9e3 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -1571,6 +1571,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>;