media: ti-vpe: vpe: fix compatible to match bindings
authorBenoit Parrot <bparrot@ti.com>
Wed, 6 Nov 2019 20:26:22 +0000 (21:26 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 10 Nov 2019 16:51:22 +0000 (17:51 +0100)
Update the compatible string to match the updated bindings.

Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/ti-vpe/vpe.c

index b54f637..65c2c04 100644 (file)
@@ -2644,7 +2644,7 @@ static int vpe_remove(struct platform_device *pdev)
 #if defined(CONFIG_OF)
 static const struct of_device_id vpe_of_match[] = {
        {
-               .compatible = "ti,vpe",
+               .compatible = "ti,dra7-vpe",
        },
        {},
 };