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-06-21 10:58:19 +0100
commit752fd5652f7cfa5f35759a0d32c5c6029d40841c (patch)
tree99a66820f897ebdbe0e240869242c4776b617d76
parent81ef1a85eee6a9ab9a140db4feeee3a1775d50d9 (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 c5daa15b020d..c25c7e129f4b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -1631,6 +1631,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>;