Skip to content

Commit 0e95c13

Browse files
schemas: pci: bridge: Document WAKE# interrupt properties
WAKE# sideband interrupt is used by the PCIe devices to signal the host to re-establish power and reference clocks while waking from D3Cold/L2 state. This is based on the DT bindings patch proposed in LKML: https://lore.kernel.org/linux-pci/[email protected]/ In that patch, there were 2 interrupts mentioned: "wake" and "pci", where the latter one was described as "legacy PCI interrupt". But those legacy interrupts are already defined as "INT-{A,B,C,D}" in pci-device.yaml. So I removed that one and just kept "wake". Signed-off-by: Manivannan Sadhasivam <[email protected]>
1 parent e170c2a commit 0e95c13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dtschema/schemas/pci/pci-pci-bridge.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ properties:
2828
contains:
2929
const: pciclass,0604
3030

31+
interrupts-extended:
32+
description: wakeup interrupt
33+
34+
interrupt-names:
35+
const: wake
36+
3137
unevaluatedProperties: false

0 commit comments

Comments
 (0)