Vybrid TWR-VF65GS10 using Timesys Linux I2C0 port not enabled.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vybrid TWR-VF65GS10 using Timesys Linux I2C0 port not enabled.

Jump to solution
2,295 Views
manjug
Contributor III

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.

Labels (5)
1 Solution
1,619 Views
manjug
Contributor III

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/

View solution in original post

0 Kudos
8 Replies
1,619 Views
karina_valencia
NXP Apps Support
NXP Apps Support

timesyssupport can you  help  to attend this case?

0 Kudos
1,619 Views
timesyssupport
Senior Contributor II

Hello Karina,

We have been assisting Manju internally with this issue. Please let us know if there are any questions.

Thanks,

Timesys Support

0 Kudos
1,619 Views
karina_valencia
NXP Apps Support
NXP Apps Support

Thanks  for let me know.

Manju, can you  share the status of this case?

Do you need this discussion still open?

0 Kudos
1,619 Views
manjug
Contributor III

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

1,619 Views
karina_valencia
NXP Apps Support
NXP Apps Support

Thank Manju  for  let us know.

0 Kudos
1,619 Views
karina_valencia
NXP Apps Support
NXP Apps Support

Hi Manju, can you add the progress on this case?

0 Kudos
1,619 Views
karina_valencia
NXP Apps Support
NXP Apps Support

Hi Manju, any comment/update?

0 Kudos
1,620 Views
manjug
Contributor III

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/

0 Kudos