Re: [PATCH v2 3/3] ohci-platform: Add support for controllers with multiple reset lines

2015-12-13 Thread Rob Herring
On Fri, Dec 11, 2015 at 04:42:00PM +0100, Hans de Goede wrote: > At least the EHCI/OHCI found on the Allwinnner H3 SoC needs multiple > reset lines, the controller will not initialize while the reset for > its companion is still asserted, which means we need to de-assert > 2 resets for the controll

[PATCH v2 3/3] ohci-platform: Add support for controllers with multiple reset lines

2015-12-11 Thread Hans de Goede
At least the EHCI/OHCI found on the Allwinnner H3 SoC needs multiple reset lines, the controller will not initialize while the reset for its companion is still asserted, which means we need to de-assert 2 resets for the controller to work. Signed-off-by: Hans de Goede --- Changes in v2: -New patc