From 8f9a845d79007389949af156016c647719453334 Mon Sep 17 00:00:00 2001 From: Uttkarsh Aggarwal Date: Fri, 4 Oct 2024 14:09:08 +0530 Subject: [PATCH] ARM: dts: msm: Add qmi audio node on Tuna USB Adding the necessary audio node providing the necessary resources of the qmi audio to get probed. Note: SID for usb audio is 100B. Change-Id: Ib55eb5957d38e8551c2a2bda5446fc64539203e1 Signed-off-by: Uttkarsh Aggarwal --- qcom/tuna-usb.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qcom/tuna-usb.dtsi b/qcom/tuna-usb.dtsi index be73ee25..bf875987 100644 --- a/qcom/tuna-usb.dtsi +++ b/qcom/tuna-usb.dtsi @@ -316,4 +316,12 @@ USB3_DP_PCS_USB3_RCVR_DTCT_DLY_U3_H 0x00>; }; + usb_audio_qmi_dev { + compatible = "qcom,usb-audio-qmi-dev"; + iommus = <&apps_smmu 0x100b 0x0>; + qcom,iommu-dma = "disabled"; + qcom,usb-audio-stream-id = <0xb>; + qcom,usb-audio-intr-num = <2>; + }; + };