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

Commit 39b9bfd6 authored by Vignesh Radhakrishnan's avatar Vignesh Radhakrishnan
Browse files

ARM: dts: msm: add secure properties for BCAST iommu



Add secure identifier and secure context properties
for BCAST iommu.

Change-Id: I19c4bc29024c909bf64a82f25f805f56d0327c6a
Signed-off-by: default avatarVignesh Radhakrishnan <vigneshr@codeaurora.org>
parent 446a396c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
			label = "bcast_demod";
			qti,iommu-contexts = <&bcast_cb2_demod>;
			qti,virtual-addr-pool = <0x00000000 0x80000000>;
			qti,secure-domain;
		};

		bcast_domain_apz: qti,iommu-domain5 {
+4 −0
Original line number Diff line number Diff line
@@ -1223,6 +1223,7 @@
				"global_cfg_NS_irq", "global_client_NS_irq",
				"global_cfg_S_irq", "global_client_S_irq";
		label = "bcast_iommu";
		qti,iommu-secure-id = <13>;
		status = "disabled";

		qti,iommu-pmu-ngroups = <1>;
@@ -1309,6 +1310,7 @@
						48 49 50 51 52 53 54 55
						56 57 58 59 60 61 62>;
			label = "bcast_cb1_cpz";
			qti,secure-context;
		};

		bcast_cb2_demod: qti,iommu-ctx@fc73e000 {
@@ -1317,6 +1319,7 @@
			interrupts = <0 276 0>;
			qti,iommu-ctx-sids = <63>;
			label = "bcast_cb2_demod";
			qti,secure-context;
		};

		bcast_cb3_apz: qti,iommu-ctx@fc73f000 {
@@ -1325,6 +1328,7 @@
			interrupts = <0 276 0>;
			qti,iommu-ctx-sids = <>;
			label = "bcast_cb3_apz";
			qti,secure-context;
		};
	};
};