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

Commit 797b4562 authored by Archana Sriram's avatar Archana Sriram Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update VMID for clients using SMMU secure cb for MSM8917

Update VMID property "qcom,iommu-vmid" for clients that use 
arm-smmu secure context banks like mdss, video, modem.

Change-Id: Ia4579347f961acec1227e8a50a6872169495e868
parent ebc12689
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@
			buffer-types = <0x241>;
			virtual-addr-pool = <0x4b000000 0x12c00000>;
			qcom,secure-context-bank;
			qcom,iommu-vmid = <0x9>; /*VMID_CP_BITSTREAM*/
		};

		secure_pixel_cb {
@@ -87,6 +88,7 @@
			buffer-types = <0x106>;
			virtual-addr-pool = <0x25800000 0x25800000>;
			qcom,secure-context-bank;
			qcom,iommu-vmid = <0xA>; /*VMID_CP_PIXEL*/
		};

		secure_non_pixel_cb {
@@ -100,6 +102,7 @@
			buffer-types = <0x480>;
			virtual-addr-pool = <0x1000000 0x24800000>;
			qcom,secure-context-bank;
			qcom,iommu-vmid = <0xB>; /*VMID_CP_NON_PIXEL*/
		};

		venus_bus_ddr {
+1 −1
Original line number Diff line number Diff line
@@ -1607,7 +1607,7 @@
		qcom,ssctl-instance-id = <0x12>;
		qcom,qdsp6v56-1-8-inrush-current;
		qcom,reset-clk;

		qcom,iommu-vmid = <0xF>; /* VMID_MSS_MSA */
		/* Inputs from mss */
		/* TBD */
		interrupts-extended = <&modem_smp2p_in 0 0>,
+2 −0
Original line number Diff line number Diff line
@@ -183,6 +183,8 @@
			compatible = "qcom,smmu_mdp_sec";
			iommus = <&apps_iommu 0x2801 0>; /* For SEC Ctx Bank */
			qcom,iommu-dma-addr-pool = <0x08000000 0xF8000000>;
			qcom,secure-context-bank;
			qcom,iommu-vmid = <0x11>; /*VMID_CP_SEC_DISPLAY*/
		};

		mdss_fb0: qcom,mdss_fb_primary {