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

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

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

Add USB audio DTSI node to support low power audio mode
on Scuba.

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

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