Skip to content

Commit 07d93b7

Browse files
wensrobherring
authored andcommitted
schemas: pci-bus-common: Add VIO 1.8V supply for M.2 slots
From the PCI Express M.2 specification rev. 5.1: The VIO 1.8 V power source is provided to supply the Adapter I/O buffer circuitry operating at 1.8 V sideband signaling. This power source is required for Adapters that support 1.8 V sideband signaling. Platforms that support 1.8 V sideband signaling must provide this power source. Adapters may provide 1.8 V sideband signaling based on the detection of this power source. Add a property for describing this supply, so that it can be referenced and controlled along with the other PCIe slot power sources. The property itself is named vpcie1v8-supply instead of vio1v8-supply as the former name already exists in some device trees. Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent d6be030 commit 07d93b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ properties:
173173
vpcie12v-supply:
174174
description: 12v regulator phandle for the slot
175175

176+
vpcie1v8-supply:
177+
description: 1.8v VIO regulator phandle for M.2 slot
178+
176179
vpcie3v3-supply:
177180
description: 3.3v regulator phandle for the slot
178181

0 commit comments

Comments
 (0)