mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
media: verisilicon: Fixes clock list for rk3588 av1 decoder
[ Upstream commit39377f84fb] 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:003afda97c("media: verisilicon: Enable AV1 decoder on rk3588") Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
2b9cecf001
commit
0747b6f7a3
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user