Skip to content

Commit

Permalink
schemas: pci: Add standard PCIe slot supplies
Browse files Browse the repository at this point in the history
Add regulator supply properties for the standard PCIe slot voltage rails
12V, 3.3V, and 3.3V AUX.

Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
robherring committed Jan 24, 2024
1 parent 97c5911 commit e170c2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dtschema/schemas/pci/pci-bus-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ properties:
description: Disables ASPM L0s capability
type: boolean

vpcie12v-supply:
description: 12v regulator phandle for the slot

vpcie3v3-supply:
description: 3.3v regulator phandle for the slot

vpcie3v3aux-supply:
description: 3.3v AUX regulator phandle for the slot

patternProperties:
"@1?[0-9a-f](,[0-7])?$":
type: object
Expand Down

0 comments on commit e170c2a

Please sign in to comment.