i.mx6 HDMI without I2C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.mx6 HDMI without I2C

Jump to solution
1,532 Views
zc_tee
Contributor III

Hi all,

I am currently trying to enable the HDMI display on the i.mx6 quad CPU.

May i know whether the HDMI_TX_DDC_SCL and HDMI_TX_DDC_SDA pin connection is mandatory in order for the HDMI core to function? I see that in the driver drivers/video/mxc_hdmi.c, there are a lot of configurations that is related to i2c communication. What will happen if i did not connect out both the HDMI SCL and SDA pin?

By the way, I do not need to configure any setting on the HDMI display.

Thanks.

Regards,

ZC

Labels (3)
Tags (2)
0 Kudos
1 Solution
1,009 Views
igorpadykov
NXP Employee
NXP Employee

Hi ZC

no, it does not mean that one must to connect at least one I2C port.

Best regards

igor

View solution in original post

0 Kudos
6 Replies
1,009 Views
Yuri
NXP Employee
NXP Employee

Hello,

  You may set HDMI in DVI mode.

Also, it will be needed to add the new 'allow_noncea=1' environment variable in the U-Boot
configuration and the proper arguments for display resolution to the kernel command line.

Regards,

Yuri.

0 Kudos
1,009 Views
zc_tee
Contributor III

Hi all,

Currently i facing problem where i cannot get the HPD interrupt.

I checked the hardware signal, when plugged in, the HPD pin is HI, and when plugged out, the HPD pin is LO.

However, kernel does not goes in to irq routine mxc_hdmi_hotplug, and also not going in to hotplug_worker at all.

Any idea why is this happening? i am using kernel BSP 3.0.101.

Regards,

ZC

0 Kudos
1,009 Views
igorpadykov
NXP Employee
NXP Employee

Hi ZC

please create new thread, as this is new problem.

Best regards

igor

0 Kudos
1,009 Views
igorpadykov
NXP Employee
NXP Employee

Hi ZC

one can work with i.MX6 HDMI without using HDMI SCL and SDA or

using ordinary I2C signals.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,009 Views
zc_tee
Contributor III

Hi Igor,

Thanks for reply,

Just for confirmation, does it means that I MUST connect at least one I2C port (be it HDMI I2C or ordinary I2C) to the HDMI display in order for the HDMI to work?

What will happen if the I2C port of the HDMI display is left unconnected?

Regards,

ZC

0 Kudos
1,010 Views
igorpadykov
NXP Employee
NXP Employee

Hi ZC

no, it does not mean that one must to connect at least one I2C port.

Best regards

igor

0 Kudos