regulator: fixed: support deferred probe for DT GPIOs
authorStephen Warren <swarren@nvidia.com>
Fri, 29 Jun 2012 16:33:15 +0000 (10:33 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 1 Jul 2012 18:12:59 +0000 (19:12 +0100)
of_get_named_gpio() needs the driver hosting the GPIO that the DT
property references to have been probed. Detect this specific failure,
and defer the probe of the whole regulator until this API can complete.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found