Add an entry to the rockchip_rga_match array for "rockchip,rk3228-rga" Signed-off-by: Justin Swartz <justin.swartz@xxxxxxxxxxxxxxxx> --- drivers/media/platform/rockchip/rga/rga.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/platform/rockchip/rga/rga.c b/drivers/media/platform/rockchip/rga/rga.c index e9ff12b6b..268116cd5 100644 --- a/drivers/media/platform/rockchip/rga/rga.c +++ b/drivers/media/platform/rockchip/rga/rga.c @@ -956,6 +956,9 @@ static const struct dev_pm_ops rga_pm = { static const struct of_device_id rockchip_rga_match[] = { { + .compatible = "rockchip,rk3228-rga", + }, + { .compatible = "rockchip,rk3288-rga", }, { -- 2.11.0