projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62e3879
)
ARM: dts: imx53-mba53: Fix TVE DDC I2C bus property
author
Philipp Zabel
<p.zabel@pengutronix.de>
Wed, 5 Mar 2014 09:20:58 +0000
(10:20 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 7 Mar 2014 16:17:55 +0000
(16:17 +0000)
This patch fixes the Television Encoder node's DDC I2C bus property to
use the common property name of 'ddc-i2c-bus' instead of just 'ddc'.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/dts/imx53-mba53.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53-mba53.dts
b/arch/arm/boot/dts/imx53-mba53.dts
index 9b6e76980a74c736def32e1926e9967312c9f390..f2affb0cb959021a7a817bc342741213fc89d839 100644
(file)
--- a/
arch/arm/boot/dts/imx53-mba53.dts
+++ b/
arch/arm/boot/dts/imx53-mba53.dts
@@
-234,7
+234,7
@@
&tve {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vga_sync_1>;
-
ddc
= <&i2c3>;
+
i2c-ddc-bus
= <&i2c3>;
fsl,tve-mode = "vga";
fsl,hsync-pin = <4>;
fsl,vsync-pin = <6>;