Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb: usb-nop-xceiv: add wakeup-source property

USB phy may be a system wakeup source, so add wakeup source property
to keep its resource (e.g. power domain) active to make USB remote
wakeup work.

Signed-off-by: Li Jun <jun.li@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1666764742-4201-1-git-send-email-jun.li@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Li Jun and committed by
Greg Kroah-Hartman
434d806f fff61d4c

+5
+5
Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml
··· 39 39 the VBus line. 40 40 $ref: /schemas/types.yaml#/definitions/phandle 41 41 42 + wakeup-source: 43 + description: 44 + Specify if the USB phy can detect the remote wakeup signal 45 + while the system sleep. 46 + 42 47 required: 43 48 - compatible 44 49 - '#phy-cells'