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

Commit 7d5e7946 authored by Lokesh Batra's avatar Lokesh Batra
Browse files

ARM: dts: msm: Update sid mapping for KGSL SMMU for sdm855



SID 1 is now used for unprotected access. So move it from the
secure context bank to the user context bank. This is done by
updating the SMR mask. TZ then binds the SID 0x0, 0x400, 0x1
and 0x401 to the user context bank.

Change-Id: I7dc9869b6b9fbed28564cf178422072e3e38cd6b
Signed-off-by: default avatarLokesh Batra <lbatra@codeaurora.org>
parent cb57e6b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -293,14 +293,14 @@
		gfx3d_user: gfx3d_user {
			compatible = "qcom,smmu-kgsl-cb";
			label = "gfx3d_user";
			iommus = <&kgsl_smmu 0x0 0x400>;
			iommus = <&kgsl_smmu 0x0 0x401>;
			qcom,gpu-offset = <0x48000>;
		};

		gfx3d_secure: gfx3d_secure {
			compatible = "qcom,smmu-kgsl-cb";
			label = "gfx3d_secure";
			iommus = <&kgsl_smmu 0x2 0x400>, <&kgsl_smmu 0x1 0x400>;
			iommus = <&kgsl_smmu 0x2 0x400>;
		};
	};