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

Commit 72fed2c7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update qcedev smmu sid setting on saipan"

parents 8ccbb307 cea9bcc7
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1380,13 +1380,17 @@
		qcom_cedev_ns_cb {
			compatible = "qcom,qcedev,context-bank";
			label = "ns_context";
			iommus = <&apps_smmu 0x512 0>;
			iommus = <&apps_smmu 0x512 0>,
				<&apps_smmu 0x518 0x1>,
				<&apps_smmu 0x51F 0>;
		};

		qcom_cedev_s_cb {
			compatible = "qcom,qcedev,context-bank";
			label = "secure_context";
			iommus = <&apps_smmu 0x513 0>;
			iommus = <&apps_smmu 0x513 0>,
				<&apps_smmu 0x51C 0x1>,
				<&apps_smmu 0x51E 0>;
			qcom,iommu-vmid = <0x9>; /* VMID_CP_BITSTREAM */
			qcom,secure-context-bank;
		};