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

dt-bindings: usb: tps6598x: Add wakeup property

Add wakeup property description. People can enable it with adding
the property.

Signed-off-by: Jun Nie <jun.nie@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230105075058.924680-1-jun.nie@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jun Nie and committed by
Greg Kroah-Hartman
26fe7450 30374434

+3
+3
Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
··· 23 23 reg: 24 24 maxItems: 1 25 25 26 + wakeup-source: true 27 + 26 28 interrupts: 27 29 maxItems: 1 28 30 ··· 50 48 tps6598x: tps6598x@38 { 51 49 compatible = "ti,tps6598x"; 52 50 reg = <0x38>; 51 + wakeup-source; 53 52 54 53 interrupt-parent = <&msmgpio>; 55 54 interrupts = <107 IRQ_TYPE_LEVEL_LOW>;