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

Commit 12497067 authored by Susheel Khiani's avatar Susheel Khiani Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm Update SID to CB mappings for 8939



SID to CB entries were wrongly configured for some
of the context banks. Update these mappings to
the latest correct settings provided by hardware
team.

Change-Id: Ia164294ac18f21f6e958e25caba00f9fd30ac342
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 354e25a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@
			qcom,secure-context;
			reg = <0x1e33000 0x1000>;
			interrupts = <0 70 0>, <0 70 0>;
			qcom,iommu-ctx-sids = <0x880 0x881 0x882 0x883 0x884>;
			qcom,iommu-ctx-sids = <0x885>;
			label = "venus_sec_pixel";
		};

@@ -150,7 +150,7 @@
			qcom,secure-context;
			reg = <0x1e34000 0x1000>;
			interrupts = <0 70 0>, <0 70 0>;
			qcom,iommu-ctx-sids = <0x885>;
			qcom,iommu-ctx-sids = <0x880 0x881 0x882 0x883 0x884>;
			label = "venus_sec_bitstream";
		};

+3 −4
Original line number Diff line number Diff line
@@ -27,12 +27,11 @@

	qcom,iommu-ctx@1e23000 {
		interrupts = <0 54 0>;
		qcom,iommu-ctx-sids = <0x400 0x402>;
	};

	qcom,iommu-ctx@1e24000 {
		interrupts = <0 58 0>;
		qcom,iommu-ctx-sids = <0xc00 0xc01>;
		qcom,iommu-ctx-sids = <0xc00 0x2800>;
	};

	venus_ns: qcom,iommu-ctx@1e25000 {
@@ -41,7 +40,7 @@

	qcom,iommu-ctx@1e26000 {
		interrupts = <0 61 0>;
		qcom,iommu-ctx-sids = <0x2400 0x2402>;
		qcom,iommu-ctx-sids = <0x2400>;
	};

	qcom,iommu-ctx@1e27000 {
@@ -58,7 +57,7 @@

	qcom,iommu-ctx@1e32000 {
		interrupts = <0 110 0>, <0 110 0>;
		qcom,iommu-ctx-sids = <0x2800 0x2801>;
		qcom,iommu-ctx-sids = <0xc01 0x2801>;
	};

	venus_sec_pixel: qcom,iommu-ctx@1e33000 {