Re: [PATCH 1/3] pinctrl: pinctrl-single must be initialized early.

2012-09-20 Thread Tony Lindgren
* Pantelis Antoniou pa...@antoniou-consulting.com [120918 12:11]: As long as we get the regulator to work early in the game no problem. I don't know if deferring the probe will work in this case. I could give it a shot and see if it works at all. Did you have any luck with deferred probe

[PATCH 1/3] pinctrl: pinctrl-single must be initialized early.

2012-09-18 Thread Pantelis Antoniou
When using pinctrl-single to handle i2c initialization, it has to be done early. On the beaglebone the regulator is connected to the i2c0 bus, and for sure that's the case for many other am33xx boards. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com ---

Re: [PATCH 1/3] pinctrl: pinctrl-single must be initialized early.

2012-09-18 Thread Tony Lindgren
Hi, * Pantelis Antoniou pa...@antoniou-consulting.com [120918 11:13]: When using pinctrl-single to handle i2c initialization, it has to be done early. On the beaglebone the regulator is connected to the i2c0 bus, and for sure that's the case for many other am33xx boards. Usually it's better

Re: [PATCH 1/3] pinctrl: pinctrl-single must be initialized early.

2012-09-18 Thread Pantelis Antoniou
Hi Tony, On Sep 18, 2012, at 9:21 PM, Tony Lindgren wrote: Hi, * Pantelis Antoniou pa...@antoniou-consulting.com [120918 11:13]: When using pinctrl-single to handle i2c initialization, it has to be done early. On the beaglebone the regulator is connected to the i2c0 bus, and for sure