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

Commit d03f5203 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: Update Venus nominal and turbo freqs to 346Mhz and 520Mhz"

parents 30b4ec8f 221797f6
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 */
};