mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user