]> git.baikalelectronics.ru Git - kernel.git/commit
imx-drm: imx-tve: correct DDC property name to 'ddc-i2c-bus'
authorShawn Guo <shawn.guo@freescale.com>
Thu, 10 Apr 2014 06:19:05 +0000 (14:19 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 26 Apr 2014 10:23:38 +0000 (11:23 +0100)
commit3bf6762778bccdc083d8d605e11bd4a209eca95b
treed786715720f6a6b41dad9d0021f2c2a56639b943
parentaf9ea5a4bf2d5b74a971a79a5dace25e1737a419
imx-drm: imx-tve: correct DDC property name to 'ddc-i2c-bus'

Commit 74eb868 (imx-drm: imx-tve: Fix DDC I2C bus property) was trying
to use 'ddc-i2c-bus' as the DDC property name (we can see that from the
commit log), but unfortunately 'i2c-ddc-bus' which is a typo was
actually used in the code.  This results in some unnecessary
inconsistency and confusions, because all the documented DDC property
in device tree bindings use 'ddc-i2c-bus'.

  Documentation/devicetree/bindings/staging/imx-drm/hdmi.txt
  Documentation/devicetree/bindings/panel/simple-panel.txt
  Documentation/devicetree/bindings/video/dvi-connector.txt

Let's fix it before the error spreads.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/dts/imx53-mba53.dts
drivers/staging/imx-drm/imx-tve.c