Skip to content

Commit

Permalink
media: ti-vpe: vpe: fix compatible to match bindings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benoit Parrot authored and Mauro Carvalho Chehab committed Nov 10, 2019
1 parent ce01100 commit a79b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/ti-vpe/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{},
};
Expand Down

0 comments on commit a79b200

Please sign in to comment.