ARM: dts: rv1126: Assign clk venc core to 396MHz

As the maximum frequency of some chips is 500MHz, set the initial value
to the normal rate 396MHz.

Change-Id: I2ee84ac1672b390d9d5ec221d1d7fd0db6fd0566
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2021-03-01 10:08:37 +08:00
committed by Tao Huang
parent bbf4a44c7b
commit 5d0abc6b4d

View File

@@ -2207,7 +2207,7 @@
<&cru SRST_VENC_CORE>;
reset-names = "video_a", "video_h", "video_core";
assigned-clocks = <&cru ACLK_VENC>, <&cru CLK_VENC_CORE>;
assigned-clock-rates = <297000000>, <594000000>;
assigned-clock-rates = <297000000>, <396000000>;
operating-points-v2 = <&rkvenc_opp_table>;
dynamic-power-coefficient = <1418>;
#cooling-cells = <2>;