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>2021-07-02 16:36:37 +0100
commit4a298afb00deeb0ad359662aa5227f9168e785ce (patch)
treecee1350c368fc265c72b2a73b6f4a7778a0917ec
parente4b6ed6c4ecf101e74e364a94e807dbbe03645fa (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 2d3898afa40f..7a18dc03458b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -1630,6 +1630,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>;