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

Commit d1e78397 authored by Rajesh Kemisetti's avatar Rajesh Kemisetti
Browse files

ARM: dts: msm: Add GPU secure context bank for msmtitanium



GPU requires secure context bank to support GPU CPZ.
Add secure context bank details accordingly.

Change-Id: I1bab789a3187fb8f4f19929f885e52fc71a5a5a0
Signed-off-by: default avatarRajesh Kemisetti <rajeshk@codeaurora.org>
parent 2642c0ad
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -202,5 +202,10 @@
			iommus = <&kgsl_smmu 0>;
			qcom,gpu-offset = <0x48000>;
		};
		gfx3d_secure: gfx3d_secure {
			compatible = "qcom,smmu-kgsl-cb";
			iommus = <&kgsl_smmu 2>;
			memory-region = <&secure_mem>;
		};
	};
};