Commit afd8f779 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo

ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus

i2c2 is routed to the pins dedicated as DDC in the module standard.
Reduce clock rate to 100kHz to be in line with VESA standard and hook
this bus up to the HDMI node.

Fixes: 708ed264 ("ARM: dts: imx6qdl-kontron-samx6i: increase i2c-frequency")
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
[m.felsch@pengutronix.de: add fixes line]
Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5694eed9
......@@ -285,6 +285,10 @@ ethphy: ethernet-phy@1 {
};
};
&hdmi {
ddc-i2c-bus = <&i2c2>;
};
&i2c_intern {
pmic@8 {
compatible = "fsl,pfuze100";
......@@ -409,7 +413,7 @@ &i2c1 {
/* HDMI_CTRL */
&i2c2 {
clock-frequency = <375000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment