ARM: dts: msm: disable iommu-dma on usb_audio_qmi_dev on kona
iommu framework is creating soc:usb_audio_qmi_dev domain
automatically through device tree entry which gets attached
to iommu for mapping. Driver probe creates same domain using
iommu APIs and creates all the mapping between iova and physical
addresses. Since automatically created domain has empty page
table when iova address is accessed by external entity it results
into a page fault. Fix this issue by disabling qcom,iommu-dma
property in order to use driver created iommu domain.
Change-Id: I547fa0c2d84f53bedd1033c431d74011467f2feb
Signed-off-by:
Hemant Kumar <hemantk@codeaurora.org>
Loading
Please register or sign in to comment