Re: Regulator question regarding I2C devices

2011-01-29 Thread Matthias Kaehlcke
Hi Peter, El Fri, Jan 28, 2011 at 05:24:01PM -0500 Peter Barada ha dit: I have a tsc2004 touch controller on I2C3 that is powered by vaux1, and since its probed I have to turn the power on before it can be probed. I've created: static struct regulator_consumer_supply

Re: Regulator question regarding I2C devices

2011-01-29 Thread Peter Barada
On 01/29/2011 12:34 PM, Matthias Kaehlcke wrote: Hi Peter, El Fri, Jan 28, 2011 at 05:24:01PM -0500 Peter Barada ha dit: I have a tsc2004 touch controller on I2C3 that is powered by vaux1, and since its probed I have to turn the power on before it can be probed. I've created: static

Regulator question regarding I2C devices

2011-01-28 Thread Peter Barada
I have a tsc2004 touch controller on I2C3 that is powered by vaux1, and since its probed I have to turn the power on before it can be probed. I've created: static struct regulator_consumer_supply dm3730logic_vaux1_supply = { .supply= vaux1, }; /* VAUX1 for touch chip */ static