Skip to content

Commit

Permalink
ARM: dts: imx6qdl-wandboard-revd1: Make EDID functional
Browse files Browse the repository at this point in the history
There are 0 ohm resistors that allow selecting the EDID I2C port to
be I2C1 or I2C2.

On revd1 the 0 ohm resistors are populated in such a way that the I2C2
is used as DDC I2C bus, so fix it accordingly.

Reported-by: Luís Mendes <luis.p.mendes@gmail.com>
Suggested-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Dec 26, 2017
1 parent e94a230 commit 74fe676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6qdl-wandboard-revd1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
};
};

&hdmi {
ddc-i2c-bus = <&i2c2>;
status = "okay";
};

&i2c3 {
clock-frequency = <100000>;
pinctrl-names = "default";
Expand Down

0 comments on commit 74fe676

Please sign in to comment.