mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
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:
parent
ce01100c5d
commit
a79b200af7
@ -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",
|
||||
},
|
||||
{},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user