mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
video: rockchip: mpp: rkvenc2: match rk3562 encoder compatible
Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com> Change-Id: I575b599d52825aa6d91cd562aed16d664efe765e
This commit is contained in:
@@ -2001,6 +2001,12 @@ static const struct of_device_id mpp_rkvenc_dt_match[] = {
|
||||
.data = &rkvenc_540c_data,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_CPU_RK3562
|
||||
{
|
||||
.compatible = "rockchip,rkv-encoder-rk3562",
|
||||
.data = &rkvenc_540c_data,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_CPU_RK3588
|
||||
{
|
||||
.compatible = "rockchip,rkv-encoder-v2-core",
|
||||
|
||||
Reference in New Issue
Block a user