From 5d0abc6b4db6e948b4adcc663d0f86ad09eee0e2 Mon Sep 17 00:00:00 2001 From: Finley Xiao Date: Mon, 1 Mar 2021 10:08:37 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/rv1126.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rv1126.dtsi b/arch/arm/boot/dts/rv1126.dtsi index 8fd3ebafefbf..7969c19bd520 100644 --- a/arch/arm/boot/dts/rv1126.dtsi +++ b/arch/arm/boot/dts/rv1126.dtsi @@ -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>;