]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit723645fa3d8b095cc3e5e9dbc4a5230a53273330
tree101ceddf19dc7b452cec04bcae67c9c74d7ea158
parent19d0ec009a49145ecc43cda4a520800fa9a5eedf
[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