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

Commit fd84c174 authored by Neeti Desai's avatar Neeti Desai
Browse files

ARM: dts: msm: Update stream ids for graphics smmu



The context bank 0 takes stream ids 0 and 1 for
plutonium, and context bank 1 takes stream id 2.
Update the device tree to reflect this change.

Change-Id: Icb2a50ea3433c49deffb355288c2e7d5f5259a27
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
parent 8c0c40d9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -330,6 +330,18 @@
				0x0
				0x8
				0x10>;

	qcom,iommu-ctx@fdb18000 {
		qcom,iommu-ctx-sids = <0 1>;
	};

	qcom,iommu-ctx@fdb19000 {
		qcom,iommu-ctx-sids = <2>;
	};

	qcom,iommu-ctx@fdb1a000 {
		qcom,iommu-ctx-sids = <>;
	};
};

&vfe_iommu {