video: dts: Add turbo clock corner

Turbo clock frequency is supported and hence needs to be included
in the dt config.

Change-Id: Ie0e54616b1cdbdaa56e22b06d86896d9b0f78801
This commit is contained in:
Chinmay Sawarkar
2022-03-03 13:39:35 -08:00
parent 7ba24419a1
commit f21c2752f6

View File

@@ -32,8 +32,8 @@
"core_clk", "vcodec_clk", "video_cc_mvs0_clk_src";
/* Mask: Bit0: Clock Scaling, Bit1: Mem Retention*/
qcom,clock-configs = <0x0 0x0 0x0 0x1>;
qcom,allowed-clock-rates = <239999999 338000000
366000000 444000000>;
qcom,allowed-clock-rates = <240000000 338000000
366000000 444000000 481000000>;
resets = <&gcc GCC_VIDEO_AXI0_CLK_ARES>;
reset-names = "video_axi_reset";