]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: dwc3: dwc3-omap: return PROBE_DEFER if extcon is missing and found in dt
authorGeorge Cherian <george.cherian@ti.com>
Wed, 25 Sep 2013 06:29:43 +0000 (11:59 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 26 Nov 2013 16:35:15 +0000 (10:35 -0600)
commite0a6104e066595bcf791381a23b568ab0a890707
tree79df174d443ad003245b8a03efb6027caf3b226d
parent2df6761e5eca9a810050a15062ae8abce1bbae41
usb: dwc3: dwc3-omap: return PROBE_DEFER if extcon is missing and found in dt

Due to inter dependencies of I2C and extcon by the time dwc3
checks for extcon device its not registered especially in case of J6.
In O5 the vbus regulator save us from getting to this point.
So for tiime being return PROBE_DEFER if extcon is enabled in dt.

Signed-off-by: George Cherian <george.cherian@ti.com>
drivers/usb/dwc3/dwc3-omap.c