mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
video: rockchip: vpu: Support default freq for rk3288w
Change-Id: Ic9e5adfbb129a5af731ce6bf49d4d197e80e9c6d Signed-off-by: Zhou Jing <tracy.zhou@rock-chips.com>
This commit is contained in:
parent
aee8a961fc
commit
120d153592
|
|
@ -2672,7 +2672,8 @@ static void vcodec_set_hw_ops(struct vpu_service_info *pservice)
|
|||
} else if (of_machine_is_compatible("rockchip,rk3126") ||
|
||||
of_machine_is_compatible("rockchip,rk3128")) {
|
||||
pservice->hw_ops->power_on = vcodec_power_on_rk312x;
|
||||
} else if (of_machine_is_compatible("rockchip,rk3288")) {
|
||||
} else if (of_machine_is_compatible("rockchip,rk3288") ||
|
||||
of_machine_is_compatible("rockchip,rk3288w")) {
|
||||
pservice->hw_ops->get_freq = vcodec_get_reg_freq_rk3288;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user