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

Commit 6e852217 authored by Neeti Desai's avatar Neeti Desai
Browse files

ARM: dts: msm: Change the stream ids for lpass smmu



Change the stream ids for the lpass core smmu so that
they are consistent with the ids used by the secure
environment.

Change-Id: I05e8b3188044700a891734b67d9616fd8fb2f224
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
parent 42608bf2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1077,7 +1077,7 @@
			compatible = "qcom,msm-smmu-v1-ctx";
			reg = <0xfe06c000 0x1000>;
			interrupts = <0 267 0>, <0 180 0>;
			qcom,iommu-ctx-sids = <0>;
			qcom,iommu-ctx-sids = <11>;
			label = "lpass_core_image";
			qcom,secure-context;
		};
@@ -1086,7 +1086,7 @@
			compatible = "qcom,msm-smmu-v1-ctx";
			reg = <0xfe06d000 0x1000>;
			interrupts = <0 267 0>;
			qcom,iommu-ctx-sids = <1>;
			qcom,iommu-ctx-sids = <12>;
			label = "lpass_core_audio";
		};

@@ -1094,7 +1094,7 @@
			compatible = "qcom,msm-smmu-v1-ctx";
			reg = <0xfe06e000 0x1000>;
			interrupts = <0 267 0>;
			qcom,iommu-ctx-sids = <2>;
			qcom,iommu-ctx-sids = <13>;
			label = "lpass_core_slimbus";
		};
	};