projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e94ed
)
ARM: dts: imx53-qsb: fix TVE entry
author
Philipp Zabel
<p.zabel@pengutronix.de>
Fri, 19 Jun 2015 14:38:39 +0000
(16:38 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 8 Jul 2015 14:49:15 +0000
(22:49 +0800)
Correct HSYNC/VSYNC pins and add ddc-i2c-bus property
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53-qsb-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53-qsb-common.dtsi
b/arch/arm/boot/dts/imx53-qsb-common.dtsi
index 181ae5ebf23f64396c8a0b24aa01ef7121c73c87..ab4ba39f2ed9d09d144c6536e57c89a20b542604 100644
(file)
--- a/
arch/arm/boot/dts/imx53-qsb-common.dtsi
+++ b/
arch/arm/boot/dts/imx53-qsb-common.dtsi
@@
-295,9
+295,10
@@
&tve {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vga_sync>;
+ ddc-i2c-bus = <&i2c2>;
fsl,tve-mode = "vga";
- fsl,hsync-pin = <
4>;
- fsl,vsync-pin = <
6>;
+ fsl,hsync-pin = <
7>; /* IPU DI1 PIN7 via EIM_OE */
+ fsl,vsync-pin = <
8>; /* IPU DI1 PIN8 via EIM_RW */
status = "okay";
};