On Wed, 04 Nov 2020 16:05:24 +0800, Peter Chen wrote: > To support low power mode for controller, the driver needs wakeup-irq > to reflect the signal changing after controller is stopped, and waking > the controller up accordingly. > > Signed-off-by: Peter Chen <peter.chen@xxxxxxx> > --- > Changes for v3: > - Fix the dt_binding_check error > > Changes for v2: > - Add "minItems: 3" to make wakeup irq optional > > Documentation/devicetree/bindings/usb/cdns,usb3.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>