Skip to content
Snippets Groups Projects
Commit 9d55be36 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Sebastian Reichel
Browse files

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 car of it anymore so
remove them from the list and be compliant with yaml bindings description.

Fixes: 003afda9 ("media: verisilicon: Enable AV1 decoder on rk3588")
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@collabora.com>
parent e9ee206d
No related branches found
No related tags found
2 merge requests!18[DRAFT v2] HDMIRX Support,!17Draft: HDMIRX support
......@@ -648,7 +648,7 @@ static const char * const rockchip_vpu_clk_names[] = {
};
static const char * const rk3588_vpu981_vpu_clk_names[] = {
"aclk", "hclk", "aclk_vdpu_root", "hclk_vdpu_root"
"aclk", "hclk",
};
/* VDPU1/VEPU1 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment