]> git.baikalelectronics.ru Git - kernel.git/commit
video: fix composite video connector compatible string
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 2 Sep 2014 07:17:20 +0000 (10:17 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Sep 2014 05:28:58 +0000 (08:28 +0300)
commit581184b06510bcec66b4c6282598d7f80ceded2b
tree703879519772d8a5cd890749e8e243deddb5c147
parent2e5c8ca83cd8c7326618ad75fd27258ed226d7b9
video: fix composite video connector compatible string

The quite-recently-added analog-tv-connector bindings say that the
compatible string for composite video connector is
"composite-connector". That string is also used in the omap3-n900.dts
file. However, the connector driver uses "composite-video-connector", so
this has never worked.

While changing the driver's compatible string to "composite-connector"
would be safer, as published DT bindings should not be changed, I'd
rather fix the bindings in this case for two reasons:

* composite-connector is a bit too generic name, as it doesn't even hint
  at video.
* it's clear that this has never worked, which means no one has used
  those bindings, which should make it safe to change this.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Documentation/devicetree/bindings/video/analog-tv-connector.txt
arch/arm/boot/dts/omap3-n900.dts