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

Commit cea9bcc7 authored by rjeyaraj's avatar rjeyaraj
Browse files

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

update qcedev smmu sid setting on saipan.

Change-Id: Ie9c2adbd116599102a7caee13cf93f90877607ec
parent b027e553
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1442,13 +1442,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;
		};