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

Commit d70904d1 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Correct iommus property for usb for sdm845



Since the iommu-cells property is now 2, add the smr-mask setting to the
iommus property.

Change-Id: I15eaa2648f2ef3c8af3324cb76875e274c2e7e01
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent ff3d7de3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@

	usb_audio_qmi_dev {
		compatible = "qcom,usb-audio-qmi-dev";
		iommus = <&apps_smmu 0x182c>;
		iommus = <&apps_smmu 0x182c 0x0>;
		qcom,usb-audio-stream-id = <0xc>;
		qcom,usb-audio-intr-num = <2>;
	};