Re: [U-Boot] [PATCH 18/22] sunxi: musb: Add id pin support

2015-06-19 Thread Ian Campbell
On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote: When in host mode check if there is a host cable inserted into the otg port by checking the id pin. If there is no host cable return an error to make usb_lowlevel_init() exit early, rather then waiting for 1 second for a device which will

Re: [U-Boot] [PATCH 18/22] sunxi: musb: Add id pin support

2015-06-19 Thread Hans de Goede
Hi, On 19-06-15 09:40, Ian Campbell wrote: On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote: When in host mode check if there is a host cable inserted into the otg port by checking the id pin. If there is no host cable return an error to make usb_lowlevel_init() exit early, rather then

[U-Boot] [PATCH 18/22] sunxi: musb: Add id pin support

2015-06-17 Thread Hans de Goede
When in host mode check if there is a host cable inserted into the otg port by checking the id pin. If there is no host cable return an error to make usb_lowlevel_init() exit early, rather then waiting for 1 second for a device which will never show up. Signed-off-by: Hans de Goede