Commit 26fe7450 authored by Jun Nie's avatar Jun Nie Committed by Greg Kroah-Hartman

dt-bindings: usb: tps6598x: Add wakeup property

Add wakeup property description. People can enable it with adding
the property.
Signed-off-by: default avatarJun Nie <jun.nie@linaro.org>
Reviewed-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230105075058.924680-1-jun.nie@linaro.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30374434
...@@ -23,6 +23,8 @@ properties: ...@@ -23,6 +23,8 @@ properties:
reg: reg:
maxItems: 1 maxItems: 1
wakeup-source: true
interrupts: interrupts:
maxItems: 1 maxItems: 1
...@@ -48,6 +50,7 @@ examples: ...@@ -48,6 +50,7 @@ examples:
tps6598x: tps6598x@38 { tps6598x: tps6598x@38 {
compatible = "ti,tps6598x"; compatible = "ti,tps6598x";
reg = <0x38>; reg = <0x38>;
wakeup-source;
interrupt-parent = <&msmgpio>; interrupt-parent = <&msmgpio>;
interrupts = <107 IRQ_TYPE_LEVEL_LOW>; interrupts = <107 IRQ_TYPE_LEVEL_LOW>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment