<div dir="ltr"><div><div>Hi Fabio,</div><div><br></div>Replies in between...</div><div><br></div><div>Thanks,</div>Luís<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 7, 2017 at 12:27 PM, Fabio Estevam <span dir="ltr"><<a href="mailto:festevam@gmail.com" target="_blank">festevam@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Luís,<br>
<span class="gmail-"><br>
On Tue, Nov 7, 2017 at 10:13 AM, Luís Mendes <<a href="mailto:luis.p.mendes@gmail.com">luis.p.mendes@gmail.com</a>> wrote:<br>
> Thanks Phiipp, you have eagle eyes... :) that was the issue, indeed. A<br>
> problem in the dts for Wandboard rev. D1!<br>
><br>
> Fabio: There is an issue with the dtb files, rev. C1 and rev. D1 use<br>
> different i2c peripheral for the HDMI EDID connection... this requires an<br>
> adjustment in the dtb files. Can you confirm this?<br>
<br>
</span>On the schematics I see the possibility to populate 0 ohm resistors<br>
and select I2C1 or I2C2 for DDC.<br>
<br>
I wasn't aware they have populated the 0 ohm resistors differently on<br>
revd1. Their vendor dts also uses I2C1 for DDC.<br>
<br>
Does the change below allow you to get working EDID on a imx6qp-wandboard-revd1?<br></blockquote><div>Yes, that change does fixes the issue.</div><div>I've reverted arch/arm/boot/dts/imx6qdl-<wbr>wandboard.dtsi back to i2c1 and patched arch/arm/boot/dts/imx6qdl-<wbr>wandboard-revd1.dtsi and EDID is still working.<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
--- a/arch/arm/boot/dts/imx6qdl-<wbr>wandboard-revd1.dtsi<br>
+++ b/arch/arm/boot/dts/imx6qdl-<wbr>wandboard-revd1.dtsi<br>
@@ -21,6 +21,11 @@<br>
        };<br>
 };<br>
<br>
+&hdmi {<br>
+       ddc-i2c-bus = <&i2c2>;<br>
+       status = "okay";<br>
+};<br>
+<br>
 &i2c3 {<br>
        clock-frequency = <100000>;<br>
        pinctrl-names = "default";<br>
<br>
Thanks<br>
</blockquote></div><br></div></div>