diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-20 07:42:07 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-20 07:42:07 -0700 |
commit | aa5e94a2e13377e374795de5400e346c978f46be (patch) | |
tree | 0eabfc661bd7bf26ac58399e91ad64af7628daf6 /Documentation | |
parent | bc71c2df45e5a861818b5ee173702883df07471a (diff) | |
download | linux-stable-aa5e94a2e13377e374795de5400e346c978f46be.tar.gz linux-stable-aa5e94a2e13377e374795de5400e346c978f46be.tar.bz2 linux-stable-aa5e94a2e13377e374795de5400e346c978f46be.zip |
Revert "usb: ohci-at91: Forcibly suspend ports while USB suspend"
This reverts commit 7150bc9b4d43471fa37b26f5839892d4cf1fe09b.
It is not correct, based on review from others.
Reported-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/atmel-usb.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt index 888deaa8a4ca..5883b73ea1b5 100644 --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt @@ -3,10 +3,8 @@ Atmel SOC USB controllers OHCI Required properties: - - compatible: Should be one of the following - "atmel,at91rm9200-ohci" for USB controllers used in host mode. - "atmel,sama5d2-ohci" for USB controllers used in host mode - on SAMA5D2 which can force to suspend. + - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers + used in host mode. - reg: Address and length of the register set for the device - interrupts: Should contain ehci interrupt - clocks: Should reference the peripheral, host and system clocks |