[media] tvp5150: Add OF match table
authorEduard Gavin <egavinc@gmail.com>
Thu, 7 Jan 2016 12:46:48 +0000 (10:46 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 25 Jan 2016 13:59:14 +0000 (11:59 -0200)
commit7ef930a7b33677b8227d0a19dcc32d891d3cde8d
tree101ceddf19dc7b452cec04bcae67c9c74d7ea158
parenta2e5f1b3a4f12c8c35313a9052a8928b5b85a391
[media] tvp5150: Add OF match table

The Documentation/devicetree/bindings/media/i2c/tvp5150.txt DT binding doc
lists "ti,tvp5150" as the device compatible string but the driver does not
have an OF match table. Add the table to the driver so the I2C core can do
an OF style match.

Signed-off-by: Eduard Gavin <egavinc@gmail.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/tvp5150.c