From: Benoit Parrot Date: Wed, 6 Nov 2019 20:26:22 +0000 (+0100) Subject: media: ti-vpe: vpe: fix compatible to match bindings X-Git-Tag: v5.5-rc1~143^2^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a79b200af75cd6c55079213ad6c9cb93c9a78aa8;p=users%2Fjedix%2Flinux-maple.git media: ti-vpe: vpe: fix compatible to match bindings Update the compatible string to match the updated bindings. Signed-off-by: Benoit Parrot Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/ti-vpe/vpe.c b/drivers/media/platform/ti-vpe/vpe.c index b54f637633a76..65c2c048b018c 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", }, {}, };