questions regarding TPS65950

Hi,

I have few questions regarding the Power IC TPS65950

  • How does the TPS65950 gets configured ? I was searching for related code in u-boot but couldnt find any. Also in the kernel I could not locate drivers for the TPS65950 specifically.
  • Why is the MMC_CD from the MMC card connected to the TPS65950 GPIO.0 - P12

Regards.

It is configured by the processor over the I2C interface that connects the two.
MMC_CD is connected to the TPS65950 in order to create a wakeup situation activated by the insertion of the MMC card. Once activated, the TPS65950 can wake up the processor.

Gerald

Hi Gerald,

Not really sure. I will leave that to the SW folks to answer.

Gerald

U-Boot and kernel code refers to the "TPS65950" chip as "TWL4030" (that was the name of an earlier release for the OMAP3430).

twl4030.c

Hi,

U-Boot and kernel code refers to the "TPS65950" chip as "TWL4030" (that was the name of an earlier release for the OMAP3430).

twl4030.c

Thanks a lot !