Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions dtschema/schemas/pci/pci-bus-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ properties:
description: GPIO controlled connection to WAKE# signal
maxItems: 1

w-disable1-gpios:
description: GPIO controlled connection to W_DISABLE1# signal
maxItems: 1

slot-power-limit-milliwatt:
description:
If present, specifies slot power limit in milliwatts.
Expand Down Expand Up @@ -179,6 +183,9 @@ properties:
vpcie3v3aux-supply:
description: 3.3v AUX regulator phandle for the slot

vio1v8-supply:
description: 1.8v VIO regulator phandle for the slot

eq-presets-8gts:
description:
Contains the equalization preset values for PCIe data rates 8.0 GT/s.
Expand Down
6 changes: 0 additions & 6 deletions dtschema/schemas/pci/pci-pci-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,4 @@ properties:
contains:
const: pciclass,0604

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

additionalProperties: true