Skip to content

Commit 39377f8

Browse files
Benjamin GaignardHans Verkuil
authored andcommitted
media: verisilicon: Fixes clock list for rk3588 av1 decoder
Mainlined RK3588 clock driver manage by itself the dependency between aclk/hclk and their root clocks (aclk_vdpu_root/hclk_vdpu_root). RK3588 av1 video decoder do not have to take care of it anymore so remove them from the list and be compliant with yaml bindings description. Fixes: 003afda ("media: verisilicon: Enable AV1 decoder on rk3588") Signed-off-by: Benjamin Gaignard <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent feec1b2 commit 39377f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/platform/verisilicon/rockchip_vpu_hw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ static const char * const rockchip_vpu_clk_names[] = {
648648
};
649649

650650
static const char * const rk3588_vpu981_vpu_clk_names[] = {
651-
"aclk", "hclk", "aclk_vdpu_root", "hclk_vdpu_root"
651+
"aclk", "hclk",
652652
};
653653

654654
/* VDPU1/VEPU1 */

0 commit comments

Comments
 (0)