Part Number: DRA829V
Other Parts Discussed in Thread: DS90UB960-Q1, DS90UB926Q-Q1
Hello,
I'm using PSDKLA Release 06.02.00 for J7-EVM and trying to probe i2c slave devices using the i2c-detect tool. I'm specifically looking for FPD III ub960 deserializer which should be on /dev/i2c-2 at address 0x2C (i2c3 according to the board schematic).
However I see weird results when probing i2c-2 adapter; every time I run i2c-detect the slave devices are detected at different addresses, and I get no response on reading 0x0 register on chip address 0x2C (which should read the chip address according to ub960 datasheet). At first I thought this an issue with my EVM board, but I could reproduce this with a couple of other boards as well.
Moreover probing some of the other adapters for i2c slaves results in OMAP i2c driver timing out and i2c reads failing. In the light of these observations I have the following queries:
1. Why is the omap driver acting up? Could this be pinmux/electrical properties issue for i2c pins?
2. How can I access ds90ub960-Q1 via I2C character device on Linux.
Thanks