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

dt-bindings: usb: mtu3: add wakeup interrupt

Add an dedicated interrupt which is usually EINT to support runtime PM,
meanwhile add "interrupt-names" property, for backward compatibility,
it's optional and used when wakeup interrupt exists

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1626340078-29111-5-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Chunfeng Yun and committed by
Greg Kroah-Hartman
72c1b91f 0b44e4ec

+12 -1
+12 -1
Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
··· 38 38 - const: ippc 39 39 40 40 interrupts: 41 - maxItems: 1 41 + description: 42 + use "interrupts-extended" when the interrupts are connected to the 43 + separate interrupt controllers 44 + minItems: 1 45 + items: 46 + - description: SSUSB device controller interrupt 47 + - description: optional, wakeup interrupt used to support runtime PM 48 + 49 + interrupt-names: 50 + items: 51 + - const: device 52 + - const: wakeup 42 53 43 54 power-domains: 44 55 description: A phandle to USB power domain node to control USB's MTCMOS