i.mx6 HDMI without I2C

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.mx6 HDMI without I2C

跳至解决方案
1,533 次查看
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

标签 (3)
标记 (2)
0 项奖励
1 解答
1,010 次查看
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 项奖励
6 回复数
1,010 次查看
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 项奖励
1,010 次查看
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 项奖励
1,010 次查看
igorpadykov
NXP Employee
NXP Employee

Hi ZC

please create new thread, as this is new problem.

Best regards

igor

0 项奖励
1,010 次查看
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 项奖励
1,010 次查看
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 项奖励
1,011 次查看
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 项奖励