From 20d7ad3cb903d834dbb281f77ffa9074ab7fe65b Mon Sep 17 00:00:00 2001 From: Laurentiu Tudor Date: Tue, 19 Nov 2019 17:01:39 +0200 Subject: [PATCH 6/6] arm64: dts: lx2160a: add iommus property for mc node Content-Type: text/plain; charset="us-ascii" Enable SMMU management for the MC firmware by adding the required iommus property in the device tree node. Signed-off-by: Laurentiu Tudor --- arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi index aee2810d91cc..e9bf3f6e670a 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi @@ -967,6 +967,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>; -- 2.17.1