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

Commit dcbc3648 authored by Shrenuj Bansal's avatar Shrenuj Bansal
Browse files

ARM: dts: msm: Remove unneeded context bank in GPU dt



The SMMU only has 2 SMRs for the GPU. Therefore, when we try to
attach a 3rd time for the secure context bank, it fails.

Ideally, the SMMU driver would have a masking option so that they
could use one SMR for secure and the other for non-secure.
However, we will go with this method since removing this from the
DT doesn't have a consequence for us.

Change-Id: Ib0934614976e94d0a1ceb166ec8155e4e9e78c40
Signed-off-by: default avatarShrenuj Bansal <shrenujb@codeaurora.org>
parent 926e9ca3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -190,8 +190,7 @@
		iommu_kgsl_cb2: iommu_kgsl_cb2 {
			compatible = "qcom,smmu-kgsl-cb";
			label = "gfx3d_user";
			iommus = <&kgsl_smmu 0>,
				 <&kgsl_smmu 1>;
			iommus = <&kgsl_smmu 0>;
		};

		iommu_kgsl_cb3: iommu_kgsl_cb3 {