diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-02 18:14:06 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-08 08:21:41 +0300 |
commit | 62d9694a003dba585026df36c181e3ca930aeafc (patch) | |
tree | 5f194ca6bb57de2345feb85369c9f638bc37db8b /Documentation/devicetree/bindings/usb/usb-ohci.txt | |
parent | cab43282682e0f46d6a74dd4f54f52595af5eefa (diff) | |
download | linux-62d9694a003dba585026df36c181e3ca930aeafc.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/usb-ohci.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb-ohci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-ohci.txt b/Documentation/devicetree/bindings/usb/usb-ohci.txt index 19233b7365e1..9df456968596 100644 --- a/Documentation/devicetree/bindings/usb/usb-ohci.txt +++ b/Documentation/devicetree/bindings/usb/usb-ohci.txt @@ -14,7 +14,7 @@ Optional properties: - clocks : a list of phandle + clock specifier pairs - phys : phandle + phy specifier pair - phy-names : "usb" -- resets : phandle + reset specifier pair +- resets : a list of phandle + reset specifier pairs Example: |