diff options
author | Benoit Parrot <[email protected]> | 2019-11-06 21:26:22 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2019-11-10 17:51:22 +0100 |
commit | a79b200af75cd6c55079213ad6c9cb93c9a78aa8 (patch) | |
tree | a853616723a1e0ec6b02db9055194c564d650342 | |
parent | ce01100c5d790f19b01e06d72eadb057eb95e4fa (diff) |
media: ti-vpe: vpe: fix compatible to match bindings
Update the compatible string to match the updated bindings.
Signed-off-by: Benoit Parrot <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/media/platform/ti-vpe/vpe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/ti-vpe/vpe.c b/drivers/media/platform/ti-vpe/vpe.c index b54f637633a7..65c2c048b018 100644 --- 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", }, {}, }; |