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>2021-02-15 14:01:57 +0000
commitcd56abe0ce83fdc1f95c5e76cbd6dad297d23094 (patch)
tree62aaca36152700b904c4df3e10b3336d670e805e
parentf60a08429a40b8fd12d886b5eb742d0254170b54 (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 8cf287560366..5bad8aeeaff1 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -1553,6 +1553,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>;