Skip to content

Commit

Permalink
schemas: pci: bridge: Document "supports-d3" property
Browse files Browse the repository at this point in the history
There is no standard way to detect the D3 support of the PCI-PCI bridges. So
let's add a new property, "supports-d3" to specify that the bridge supports
transitioning to D3 states.

Signed-off-by: Manivannan Sadhasivam <[email protected]>
  • Loading branch information
Mani-Sadhasivam committed Feb 2, 2024
1 parent e170c2a commit fc6929f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dtschema/schemas/pci/pci-pci-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ properties:
contains:
const: pciclass,0604

supports-d3:
description:
If present, this property specifies that the bridge supports transitioning
to D3 states.
type: boolean

unevaluatedProperties: false

0 comments on commit fc6929f

Please sign in to comment.