HDMI EDID reg value in i2c

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

HDMI EDID reg value in i2c

跳至解决方案
2,100 次查看
mdomondon
Contributor I

I am using a board with iMX6DL and I enabled HDMI successfully. I have a question about the hdmi_edid entry in the device tree though:

i2c2

.

.

hdmi_edid: edid@50 {
compatible = "fsl,imx6-hdmi-i2c";
reg = <0x50>;
};

I copied this entry from the sabresd device tree.  

Where did the value for reg (0x50) come from? Can I change the register value? I am asking because I want to add an eeprom driver to my build, and based on the specs of the eeprom I have, it also uses reg 0x50 as...

0 项奖励
回复
1 解答
1,831 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Mike,

0x50 is The I2C slave address, you can not change it.

regards

在原帖中查看解决方案

1 回复
1,832 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Mike,

0x50 is The I2C slave address, you can not change it.

regards