diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2019-11-19 17:01:39 +0200 |
---|---|---|
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2025-04-04 15:00:13 +0100 |
commit | 1caa830a6ef3924bb8bcbae9c76ba4befce27832 (patch) | |
tree | cc38f4e0abe2f2b98a0e4dc4facf0e059530922a | |
parent | 619cc4607951d7ccc714c26c0edb4637d17330ce (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.dtsi | 1 |
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 c9541403bcd8..ba243dacf2d6 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi @@ -1781,6 +1781,7 @@ msi-parent = <&its 0>; /* 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>; |