projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce01100
)
media: ti-vpe: vpe: fix compatible to match bindings
author
Benoit Parrot
<bparrot@ti.com>
Wed, 6 Nov 2019 20:26:22 +0000
(21:26 +0100)
committer
Mauro 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/platform/ti-vpe/vpe.c
b/drivers/media/platform/ti-vpe/vpe.c
index b54f637633a7612265b7edabdf13eb784131d122..65c2c048b018c63a86eca8e04dd30c4229fd0350 100644
(file)
--- a/
drivers/media/platform/ti-vpe/vpe.c
+++ b/
drivers/media/platform/ti-vpe/vpe.c
@@
-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",
},
{},
};