media: ti-vpe: vpe: fix compatible to match bindings

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>
This commit is contained in:
Benoit Parrot 2019-11-06 21:26:22 +01:00 committed by Mauro Carvalho Chehab
parent ce01100c5d
commit a79b200af7

View 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",
},
{},
};