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

Commit 76ae1860 authored by Chinmay Sawarkar's avatar Chinmay Sawarkar
Browse files

ARM: dts: msm: Update venus clock frequencies on msmcobalt v2



Aligns the frequencies to the FMAX values defined by clock
driver for venus on msmcobalt v2 target. Also link these
frequencies to appropriate load values and imem ab levels.

CRs-Fixed: 1053136
Change-Id: I755d1ad62de97ded55f73148e1a56bc3afafc03b
Signed-off-by: default avatarChinmay Sawarkar <chinmays@codeaurora.org>
parent 008f057b
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -368,3 +368,34 @@
				0x00 0x240
				0x19 0xb4>;
};

&msm_vidc {
	qcom,load-freq-tbl =
		/* Encoders */
		<1105920 533000000 0x55555555>, /* 4kx2304@30 */ /*TURBO*/
		< 979200 444000000 0x55555555>, /* 1080p@120,1440p@60,
						 * UHD@30 */ /*NOMINAL*/
		< 939700 355200000 0x55555555>, /* 4kx2304@24 */ /*SVSL1*/
		< 489600 269330000 0x55555555>, /* 1080p@60, 2560x1440@30 */
						/* SVS */
		< 432000 200000000 0x55555555>, /* 720p@120, 1080p@30 */
						/* SVS2 */

		/* Decoders */
		<2211840 533000000 0xffffffff>, /* 4kx2304@60, 1080p@240 */
						/* TURBO */
		<1728000 444000000 0xffffffff>, /* 2560x1440@120 */
						/* NOMINAL */
		<1675472 355200000 0xffffffff>, /* 4kx2304@44 */ /*SVSL1*/
		<1105920 269330000 0xffffffff>, /* UHD/4k2304@30, 1080p@120 */
						/* SVS */
		< 864000 200000000 0xffffffff>; /* 720p@240, 1080p@60 */
						/* SVS2 */

	qcom,imem-ab-tbl =
		<200000000 1752000>,
		<269330000 1752000>,
		<355200000 2500000>,
		<444000000 6000000>,
		<533000000 6000000>;
};