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

Commit 8c762728 authored by Susheel Khiani's avatar Susheel Khiani
Browse files

ARM: dts: msm: Correct CB label on msm8937



 Couple of CB labels were wrong in APPS SMMU
 on msm8937. This would have resulted in
 wrong CB being returned to master on calling
 msm_iommu_get_ctx. Fix the labels so that
 right CB is returned.

Change-Id: Ia7f0ef62d9f558d67d13df10fa20a20d019e805d
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 7c40d7d2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -51,14 +51,14 @@
		qcom,cb-base-offset = <0x20000>;
		status = "ok";

		adsp_elf: qcom,iommu-ctx@1e20000 {
		q6: qcom,iommu-ctx@1e20000 {
			compatible = "qcom,msm-smmu-v2-ctx";
			reg = <0x1e20000 0x1000>;
			qcom,secure-context;
			interrupts = <0 253 0>, <0 253 0>;
			qcom,iommu-ctx-sids = <0x2000>;
			qcom,iommu-sid-mask = <0x3f0>;
			label = "adsp_elf";
			label = "q6";
		};

		adsp_sec_pixel: qcom,iommu-ctx@1e21000 {
@@ -134,13 +134,13 @@
			label = "pronto_pil";
		};

		q6: qcom,iommu-ctx@1e29000 {
		mss_nav: qcom,iommu-ctx@1e29000 {
			compatible = "qcom,msm-smmu-v2-ctx";
			reg = <0x1e29000 0x1000>;
			interrupts = <0 77 0>;
			qcom,iommu-ctx-sids = <0x1000>;
			qcom,iommu-sid-mask = <0x3fe>;
			label = "q6";
			label = "mss_nav";
		};

		periph_rpm: qcom,iommu-ctx@1e2a000 {