diff --git a/qcom/anorak-usb.dtsi b/qcom/anorak-usb.dtsi index 31894bc7..e06c3065 100644 --- a/qcom/anorak-usb.dtsi +++ b/qcom/anorak-usb.dtsi @@ -28,14 +28,16 @@ qcom,core-clk-rate = <200000000>; qcom,core-clk-rate-hs = <66666667>; - qcom,dwc-usb3-msm-tx-fifo-size = <27696>; - dwc3@a600000 { 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 = ; - linux,sysdev_is_parent; snps,disable-clk-gating; snps,has-lpm-erratum; snps,hird-threshold = /bits/ 8 <0x0>; @@ -43,8 +45,8 @@ snps,dis-u1-entry-quirk; snps,dis-u2-entry-quirk; snps,dis_u2_susphy_quirk; - snps,ssp-u3-u0-quirk; tx-fifo-resize; + dr_mode = "otg"; maximum-speed = "super-speed-plus"; }; };