commit | 62d9694a003dba585026df36c181e3ca930aeafc | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Thu Jun 02 17:14:06 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 07 22:21:41 2016 -0700 |
tree | 5f194ca6bb57de2345feb85369c9f638bc37db8b | |
parent | cab43282682e0f46d6a74dd4f54f52595af5eefa [diff] |
ohci-platform: Add support for controllers with multiple reset lines 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 <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>