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

Commit d25158dc 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: Update venus clock frequencies on msmcobalt v2"

parents 1a004523 76ae1860
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -454,3 +454,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>;
};