Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: hantro: Add RK3588 VEPU121

RK3588 handling is exactly the same as RK3568. This is not
handled using fallback compatibles to avoid exposing multiple
video devices on kernels not having the multicore disable
patch.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Sebastian Reichel and committed by
Hans Verkuil
90effee4 ccdeb8d5

+1
+1
drivers/media/platform/verisilicon/hantro_drv.c
··· 722 722 { .compatible = "rockchip,rk3399-vpu", .data = &rk3399_vpu_variant, }, 723 723 { .compatible = "rockchip,rk3568-vepu", .data = &rk3568_vepu_variant, }, 724 724 { .compatible = "rockchip,rk3568-vpu", .data = &rk3568_vpu_variant, }, 725 + { .compatible = "rockchip,rk3588-vepu121", .data = &rk3568_vepu_variant, }, 725 726 { .compatible = "rockchip,rk3588-av1-vpu", .data = &rk3588_vpu981_variant, }, 726 727 #endif 727 728 #ifdef CONFIG_VIDEO_HANTRO_IMX8M