From 1baac19dbca87c777cbf9a0b08dd9299ef578a0b Mon Sep 17 00:00:00 2001 From: Uttkarsh Aggarwal Date: Wed, 25 May 2022 15:50:51 +0530 Subject: [PATCH] ARM: dts: msm: Add IOMMU node on USB for Anorak This change adds iommu entry for usb controller on Anorak. Change-Id: I78dba50b321f7e0f8b20d5e51d4aef87d0feb7ba --- qcom/anorak-usb.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/anorak-usb.dtsi b/qcom/anorak-usb.dtsi index a23c923d..e06c3065 100644 --- a/qcom/anorak-usb.dtsi +++ b/qcom/anorak-usb.dtsi @@ -32,6 +32,11 @@ compatible = "snps,dwc3"; reg = <0xa600000 0xd93c>; + iommus = <&apps_smmu 0x40 0x0>; + qcom,iommu-dma = "bypass"; + qcom,iommu-dma-addr-pool = <0x90000000 0x60000000>; + dma-coherent; + interrupts = ; snps,disable-clk-gating; snps,has-lpm-erratum;