dt-bindings: usb: mtk-xhci: add wakeup interrupt
Add an interrupt which is EINT usually to support runtime PM, meanwhile add "interrupt-names" property, for backward compatibility, it's optional and used when wakeup interrupt exists Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/1618031406-15347-2-git-send-email-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
82dad9fb68
commit
fe8e488058
@ -46,7 +46,18 @@ properties:
|
|||||||
- const: ippc # optional, only needed for case 1.
|
- const: ippc # optional, only needed for case 1.
|
||||||
|
|
||||||
interrupts:
|
interrupts:
|
||||||
maxItems: 1
|
description:
|
||||||
|
use "interrupts-extended" when the interrupts are connected to the
|
||||||
|
separate interrupt controllers
|
||||||
|
minItems: 1
|
||||||
|
items:
|
||||||
|
- description: xHCI host controller interrupt
|
||||||
|
- description: optional, wakeup interrupt used to support runtime PM
|
||||||
|
|
||||||
|
interrupt-names:
|
||||||
|
items:
|
||||||
|
- const: host
|
||||||
|
- const: wakeup
|
||||||
|
|
||||||
power-domains:
|
power-domains:
|
||||||
description: A phandle to USB power domain node to control USB's MTCMOS
|
description: A phandle to USB power domain node to control USB's MTCMOS
|
||||||
|
Loading…
Reference in New Issue
Block a user