Dear Timesys support,
Hi,
I'm currently working with Vybrid TWR-VF65GS10 and using Timesys Linux.
I want to use I2C0 to configure TDA7706 tuner.Since I2C0 is already configured for SGTL5000 audio codec module, i'm using same i2c0 to configure my TDA7706 tuner by disabling the SGTL5000 module in board-twr-vf700.c below is the code :
static struct i2c_board_info mxc_i2c0_board_info[] __initdata = {
{
I2C_BOARD_INFO("radio-tda7706", 0x61),
},
};
i2c0 is not enabled and no SCL and SDA activity on oscilloscope.Since the mux pin is already configured for i2c0 in iomux-mvf.h file.
/*I2C0*/
#define MVF600_PAD36_PTB14__I2C0_SCL \
IOMUX_PAD(0x0090, 0x0090, 2, 0x033C, 1, \
MVF600_I2C_PAD_CTRL | PAD_CTL_OBE_IBE_ENABLE)
#define MVF600_PAD37_PTB15__I2C0_SDA \
IOMUX_PAD(0x0094, 0x0094, 2, 0x0340, 1, \
MVF600_I2C_PAD_CTRL | PAD_CTL_OBE_IBE_ENABLE)
But still no i2c0 port not enabled when booted.Because of which tuner driver module is not able to communicate with TDA7706 tuner.So,please help me resolving this issue.
Solved! Go to Solution.
Hi Karina,
Following patch solved my problem.Below is the link to download patch file:
http://forum.fs-net.de/index.php/Thread/3535-Broken-I2C-pin-configuration/
timesyssupport can you help to attend this case?
Hello Karina,
We have been assisting Manju internally with this issue. Please let us know if there are any questions.
Thanks,
Timesys Support
Thanks for let me know.
Manju, can you share the status of this case?
Do you need this discussion still open?
Dear Karina,
I'm getting support from Tony Felice from timesys. Once i get resolved with this issue ill be posting the details.
Thanks and regards,
Manju
Thank Manju for let us know.
Hi Manju, can you add the progress on this case?
Hi Manju, any comment/update?
Hi Karina,
Following patch solved my problem.Below is the link to download patch file:
http://forum.fs-net.de/index.php/Thread/3535-Broken-I2C-pin-configuration/