Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96e41854 authored by Wu Liang feng's avatar Wu Liang feng Committed by Greg Kroah-Hartman
Browse files

dt-bindings: usb-ehci: Add an optional property "needs-reset-on-resume"



Add device-tree bindings for EHCI so we can use "needs-reset-on-resume"
property to force EHCI reset after resume if necessary. This is necessary
on platforms like rk3288 that need a reset after resume to detect if a
device has been disconnected during suspend time.

Signed-off-by: default avatarWu Liang feng <wulf@rock-chips.com>
Reviewed-by: default avatarJulius Werner <jwerner@google.com>
Reviewed-by: default avatarDoug Anderson <dianders@google.com>
Reviewed-by: default avatarTomasz Figa <tfiga@google.com>
Reviewed-by: default avatarPawel Osciak <posciak@google.com>
Reviewed-by: default avatarSonny Rao <sonnyrao@google.com>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Tested-by: default avatarDoug Anderson <dianders@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 11a6322a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@ Optional properties:
 - big-endian-regs : boolean, set this for hcds with big-endian registers
 - big-endian-regs : boolean, set this for hcds with big-endian registers
 - big-endian-desc : boolean, set this for hcds with big-endian descriptors
 - big-endian-desc : boolean, set this for hcds with big-endian descriptors
 - big-endian : boolean, for hcds with big-endian-regs + big-endian-desc
 - big-endian : boolean, for hcds with big-endian-regs + big-endian-desc
 - needs-reset-on-resume : boolean, set this to force EHCI reset after resume
 - clocks : a list of phandle + clock specifier pairs
 - clocks : a list of phandle + clock specifier pairs
 - phys : phandle + phy specifier pair
 - phys : phandle + phy specifier pair
 - phy-names : "usb"
 - phy-names : "usb"