Fabio Estevam
unread,Aug 13, 2013, 5:35:34 PM8/13/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wand...@googlegroups.com, nizamov...@gmail.com, Robert Nelson, John Weber, Tony Prisk
On Mon, Aug 12, 2013 at 4:29 PM, Tony Prisk <
li...@prisktech.co.nz> wrote:
> I have noticed that on my Samsung 22" LED TV, the EDID/DDC reading is
> sporatic at best - Sometimes it's fine, other times it fails. Once it works
> at bootup, it seems to continue working though. On my old Acer 42" LCD TV, I
> haven't seen it fail yet from about 20 tries.
>
> Definitely seems like it could be a timing issue or signal level problem.
Should the I2C1 pull-ups be removed (the ones on the mx6 side - R111, R117)?
The i2c1 pads in the mainline kernel are setup as:
MX6QDL_PAD_EIM_D21__I2C1_SCL 0x4001b8b1
MX6QDL_PAD_EIM_D28__I2C1_SDA 0x4001b8b1
,where bits 14 and 15 specify the internal pull-up of the pad. In our
case we have '01', which corresponds to 47k pull-up.
Maybe we should also review the current i2c pad setup.
Regards,
Fabio Estevam