]> 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)
commitf6e70b4de1872bd6a7f4ad5c9b8228e8d71a2ca5
tree101ceddf19dc7b452cec04bcae67c9c74d7ea158
parentfeafdd1f27e9f6ffbe7a4ccb407b18cc4c8201ef
[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