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

Commit 0a3da25b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable CX iPeak support for GPU on Trinket"

parents ee668536 6774dac2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -128,6 +128,9 @@

		qcom,gpu-speed-bin = <0x6004 0x1fe00000 21>;

		/* CX iPeak limit support */
		qcom,gpu-cx-ipeak = <&cx_ipeak_lm 5>;

		/* GPU Mempools */
		qcom,gpu-mempools {
			#address-cells = <1>;
+1 −0
Original line number Diff line number Diff line
@@ -512,5 +512,6 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.gmem_size = (SZ_128K + SZ_4K),
		.num_protected_regs = 0x20,
		.busy_mask = 0xFFFFFFFE,
		.cx_ipeak_gpu_freq = 900000000,
	},
};