mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3588: Fixed the rkvenc1 init frequency
Make sure that the init frequency is within the design range
Fixes: fd4c1a5ee2 ("arm64: dts: rockchip: rk3588: Fixed the init frequency")
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I62d9f2c5c87663f17b0f1dbff9b2109d05b5a5fa
This commit is contained in:
@@ -3409,9 +3409,9 @@
|
||||
interrupt-names = "irq_rkvenc1";
|
||||
clocks = <&cru ACLK_RKVENC1>, <&cru HCLK_RKVENC1>, <&cru CLK_RKVENC1_CORE>;
|
||||
clock-names = "aclk_vcodec", "hclk_vcodec", "clk_core";
|
||||
rockchip,normal-rates = <600000000>, <0>, <800000000>;
|
||||
rockchip,normal-rates = <500000000>, <0>, <800000000>;
|
||||
assigned-clocks = <&cru ACLK_RKVENC1>, <&cru CLK_RKVENC1_CORE>;
|
||||
assigned-clock-rates = <600000000>, <800000000>;
|
||||
assigned-clock-rates = <500000000>, <800000000>;
|
||||
resets = <&cru SRST_A_RKVENC1>, <&cru SRST_H_RKVENC1>, <&cru SRST_RKVENC1_CORE>;
|
||||
reset-names = "video_a", "video_h", "video_core";
|
||||
rockchip,skip-pmu-idle-request;
|
||||
|
||||
Reference in New Issue
Block a user