drm/rockchip: vop2: just init extend clk on rk3588

Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Change-Id: Id206084a9b26a312aa65f4c60f2ce30e5741575c
This commit is contained in:
Nickey Yang
2023-02-02 14:32:28 +08:00
committed by Tao Huang
parent 6a240f0974
commit 6e6b592df0

View File

@@ -3965,7 +3965,7 @@ static int vop2_extend_clk_init(struct vop2 *vop2)
INIT_LIST_HEAD(&vop2->extend_clk_list_head);
if (vop2->version < VOP_VERSION_RK3588)
if (vop2->version != VOP_VERSION_RK3588)
return 0;
for (i = 0; i < ARRAY_SIZE(extend_clk_name); i++) {