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

Commit 221797f6 authored by Deva Ramasubramanian's avatar Deva Ramasubramanian Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: Update Venus nominal and turbo freqs to 346Mhz and 520Mhz



Change the Venus clocks frequencies to keep in-line with the new clock
plan.

Change-Id: Iad70c4ff72e9ecbd5752acaefaf60b2f734d89bb
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent 45f1dede
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -224,14 +224,14 @@
&msm_vidc {
	qcom,load-freq-tbl =
			/* Encoders */
			<972000 533000000 0x55555555>, /* 4k UHD @ 30 */
			<489600 355333333 0x55555555>, /* 1080p @ 60 */
			<972000 520000000 0x55555555>, /* 4k UHD @ 30 */
			<489600 346666667 0x55555555>, /* 1080p @ 60 */
			<244800 150000000 0x55555555>, /* 1080p @ 30 */
			<108000  75000000 0x55555555>, /* 720p @ 30 */

			/* Decoders */
			<1944000 533000000 0xffffffff>, /* 4k UHD @ 60 */
			< 972000 355333333 0xffffffff>, /* 4k UHD @ 30 */
			<1944000 520000000 0xffffffff>, /* 4k UHD @ 60 */
			< 972000 346666667 0xffffffff>, /* 4k UHD @ 30 */
			< 489600 150000000 0xffffffff>, /* 1080p @ 60 */
			< 244800  75000000 0xffffffff>; /* 1080p @ 30 */
};