diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2015-06-19 16:38:39 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-07-08 16:49:15 +0200 |
commit | de24264026463dd3f32f2c2e01c390f9d0651e37 (patch) | |
tree | 6f0a7e0016984faafdb9c3a47432e00004ed97f6 | |
parent | ARM: dts: mx23: fix iio-hwmon support (diff) | |
download | linux-de24264026463dd3f32f2c2e01c390f9d0651e37.tar.xz linux-de24264026463dd3f32f2c2e01c390f9d0651e37.zip |
ARM: dts: imx53-qsb: fix TVE entry
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>
-rw-r--r-- | arch/arm/boot/dts/imx53-qsb-common.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx53-qsb-common.dtsi b/arch/arm/boot/dts/imx53-qsb-common.dtsi index 181ae5ebf23f..ab4ba39f2ed9 100644 --- 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"; }; |