Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba0148ae authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Add USB audio node on holi

Add USB audio node to support low power audio usecase
on Holi.

Change-Id: Idfe45959be47146d3700981283830ce2cf4b7d2d
parent 5c2dc32c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -149,4 +149,12 @@
	usb_nop_phy: usb_nop_phy {
		compatible = "usb-nop-xceiv";
	};

	usb_audio_qmi_dev {
		compatible = "qcom,usb-audio-qmi-dev";
		iommus = <&apps_smmu 0x0af 0x0>;
		qcom,iommu-dma = "disabled";
		qcom,usb-audio-stream-id = <0xf>;
		qcom,usb-audio-intr-num = <2>;
	};
};