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

Commit 72cea303 authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: Add usb_audio_qmi_dev node

Add the usb_audio_qmi_dev node which instantiates the
audio QMI service device used for tunneling USB audio
data to ADSP.

Also add alias entries for usb0 and usb1 which will
allow the audio driver to determine which controller
is being used.

Change-Id: I688a4a8e6234d538f025662123c56b17d5f89be5
parent fc434f22
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -531,4 +531,12 @@
				USB3_UNI_PCS_REFGEN_REQ_CONFIG1 0x21 0
				0xffffffff 0xffffffff 0x00>;
	};

	usb_audio_qmi_dev {
		compatible = "qcom,usb-audio-qmi-dev";
		iommus = <&apps_smmu 0x180f 0x0>;
		qcom,iommu-dma = "disabled";
		qcom,usb-audio-stream-id = <0xf>;
		qcom,usb-audio-intr-num = <2>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@
		swr0 = &swr0;
		swr1 = &swr1;
		swr2 = &swr2;
		usb0 = &usb0;
		usb1 = &usb1;
	};

	cpus {