This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/dra77p: i2c device error

Part Number: DRA77P
Other Parts Discussed in Thread: DRA76P

Tool/software: Linux

Hi all

1) I read chipid with 

# omapconf read 0x4AE0C20C

69C70304

and this is dra77p , right ?

2) does this compatible with dra74x pin ball ?

3) does this chip i2c5 driver support  with external 3.3v pull up  ? or just only support 1.8v ?

I read i2c pad config with 

# omapconf read 0x4a0036b4

0005000A

# omapconf read 0x4a0036b8

0005000A

while on our custom board , I get no device found when I use i2c tools scan 

# i2cdetect -y 4 -r

     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f

00:          -- -- -- -- -- -- -- -- -- -- -- -- --

10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

70: -- -- -- -- -- -- -- --

regards 

Xiongwei