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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: usb: dwc3: Add interrupt-names property support for wakeup interrupt

The hibernation feature enabled for Xilinx Versal NET SoC in DWC3 IP.
As the DWC3 IP supports the hibernation feature, to handle the wakeup
or hibernation interrupt, add host mode "wakeup" interrupt-names
optional property in the binding schema to capture remote-wakeup and
connect/ disconnect event in the hibernation state and increased maxItems
to 4 for the interrupts and interrupt-names property.

We have a dedicated IRQ line specifically for the hibernation feature.
When the "wakeup" IRQ line is triggered, it initiates a hibernation
interrupt, causing the system to wake up from the hibernation state.

Signed-off-by: Piyush Mehta <piyush.mehta@amd.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230619105032.2888128-1-piyush.mehta@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Piyush Mehta and committed by
Greg Kroah-Hartman
34d401a1 5aa735a4

+3 -3
+3 -3
Documentation/devicetree/bindings/usb/snps,dwc3.yaml
··· 44 44 It's either a single common DWC3 interrupt (dwc_usb3) or individual 45 45 interrupts for the host, gadget and DRD modes. 46 46 minItems: 1 47 - maxItems: 3 47 + maxItems: 4 48 48 49 49 interrupt-names: 50 50 minItems: 1 51 - maxItems: 3 51 + maxItems: 4 52 52 oneOf: 53 53 - const: dwc_usb3 54 54 - items: 55 - enum: [host, peripheral, otg] 55 + enum: [host, peripheral, otg, wakeup] 56 56 57 57 clocks: 58 58 description: