Skip to content

Commit e170c2a

Browse files
committed
schemas: pci: Add standard PCIe slot supplies
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]>
1 parent 97c5911 commit e170c2a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dtschema/schemas/pci/pci-bus-common.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ properties:
150150
description: Disables ASPM L0s capability
151151
type: boolean
152152

153+
vpcie12v-supply:
154+
description: 12v regulator phandle for the slot
155+
156+
vpcie3v3-supply:
157+
description: 3.3v regulator phandle for the slot
158+
159+
vpcie3v3aux-supply:
160+
description: 3.3v AUX regulator phandle for the slot
161+
153162
patternProperties:
154163
"@1?[0-9a-f](,[0-7])?$":
155164
type: object

0 commit comments

Comments
 (0)