mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user