Skip to content

Commit f00bfc6

Browse files
kishonLorenzo Pieralisi
authored andcommitted
dt-bindings: PCI: pci-ep: Add binding to specify virtual function
Add binding to specify virtual function (associated with each physical function) in endpoint mode. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Rob Herring <[email protected]>
1 parent e73f0f0 commit f00bfc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/pci/pci-ep.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ properties:
2323
default: 1
2424
maximum: 255
2525

26+
max-virtual-functions:
27+
description: Array representing the number of virtual functions corresponding to each physical
28+
function
29+
$ref: /schemas/types.yaml#/definitions/uint8-array
30+
minItems: 1
31+
maxItems: 255
32+
2633
max-link-speed:
2734
$ref: /schemas/types.yaml#/definitions/uint32
2835
enum: [ 1, 2, 3, 4 ]

0 commit comments

Comments
 (0)