On Tue, May 07, 2013 at 03:17:08PM +0530, Kishon Vijay Abraham I wrote:On Tuesday 07 May 2013 01:28 PM, Mark Brown wrote:
The platform can provide it's own vbus control in which case this is
not needed.
So why is there no interaction with this external VBUS control and how
does the driver distinguish between that and an error getting the
regulator?
The platform specifies if it provides its own VBUS control by the dt
property ti,no_control_vbus. So the driver will give an error only
when *ti,no_control_vbus* is not set. Graeme?
That doesn't answer the question about why there's no interaction with
the external control...