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:
Chandler Chen
2022-09-26 15:11:27 +08:00
committed by Tao Huang
parent 4f0c9ccc79
commit 319dab507b

View File

@@ -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",