HDMI EDID reg value in i2c

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

HDMI EDID reg value in i2c

ソリューションへジャンプ
2,327件の閲覧回数
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 解決策
2,058件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Mike,

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

regards

元の投稿で解決策を見る

1 返信
2,059件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Mike,

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

regards