mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 18:16:39 +07: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