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

Commit 536c215a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 88174e4e d1e78397
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>;
		};
	};
};