mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rk3588s: add clock config for avsd
1.assign normal-rate for avsd aclk 2.add disable-auto-freq Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com> Change-Id: I8424afa8155802ff6cbbeb8d0d340d9d3271c9b3
This commit is contained in:
@@ -3086,9 +3086,13 @@
|
||||
interrupt-names = "irq_avsd";
|
||||
clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>;
|
||||
clock-names = "aclk_vcodec", "hclk_vcodec";
|
||||
rockchip,normal-rates = <594000000>, <0>;
|
||||
assigned-clocks = <&cru ACLK_VPU>;
|
||||
assigned-clock-rates = <594000000>;
|
||||
resets = <&cru SRST_A_VPU>, <&cru SRST_H_VPU>;
|
||||
reset-names = "shared_video_a", "shared_video_h";
|
||||
rockchip,skip-pmu-idle-request;
|
||||
rockchip,disable-auto-freq;
|
||||
iommus = <&vdpu_mmu>;
|
||||
power-domains = <&power RK3588_PD_VDPU>;
|
||||
rockchip,srv = <&mpp_srv>;
|
||||
|
||||
Reference in New Issue
Block a user