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

Commit 47249615 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 atoll"

parents d209579a 90397d03
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1339,6 +1339,28 @@
		qcom,no-clock-support;
		iommus = <&apps_smmu 0x0426 0x0011>,
			<&apps_smmu 0x0436 0x0011>;

		qcom_cedev_ns_cb {
			compatible = "qcom,qcedev,context-bank";
			label = "ns_context";
			iommus = <&apps_smmu 0x432 0>,
				<&apps_smmu 0x438 0x1>,
				<&apps_smmu 0x43F 0>;
			virtual-addr = <0x60000000>;
			virtual-size = <0x40000000>;
		};

		qcom_cedev_s_cb {
			compatible = "qcom,qcedev,context-bank";
			label = "secure_context";
			iommus = <&apps_smmu 0x433 0>,
				<&apps_smmu 0x43C 0x1>,
				<&apps_smmu 0x43E 0>;
			qcom,iommu-vmid = <0x9>; /* VMID_CP_BITSTREAM */
			qcom,secure-context-bank;
			virtual-addr = <0xa0000000>;
			virtual-size = <0x40000000>;
		};
	};

	qcom,msm-rtb {