Part Number: TDA4VM
Hi,
We have MAX96712 deserializer(7 Bit i2c address 0x29) connected to TDAV4 using I2C6.
We are using PADCONFIG134 as I2C6_SCL and PADCNFIG135 as I2C6_SDA, i2cdetect is not showing the slave though slave is sending ACK. What could be the issue ?
root@j7-evm:~# devmem2 0x0011C218
/dev/mem opened.
Memory mapped at address 0xffff9ac80000.
Read at address 0x0011C218 (0xffff9ac8c218): 0x00060004
root@j7-evm:~# devmem2 0x0011C21C
/dev/mem opened.
Memory mapped at address 0xffff8b6e0000.
Read at address 0x0011C21C (0xffff8b6ec21c): 0x00060004
root@j7-evm:~#
root@j7-evm:~# dmesg | grep i2c
[ 0.700796] i2c /dev entries driver
[ 0.904126] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.910055] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 0.915997] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[ 1.005108] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.010992] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.067102] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.073045] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
[ 1.078909] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
[ 1.135038] omap_i2c 2060000.i2c: bus 8 rev0.12 at 400 kHz
r
oot@j7-evm:~# i2cdetect -r -y 8
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
root@j7-evm:~#

