Skip to content

Commit 3563606

Browse files
Hans ZhangMani-Sadhasivam
authored andcommitted
dt-bindings: PCI: pci-ep: Extend max-link-speed to PCIe Gen5/Gen6
Update the PCI Endpoint (EP) device tree binding documentation to include PCIe Gen5 and Gen6 support for the `max-link-speed` property. Similar to the Host Controller binding, the original EP binding limited this value to 1~4 (Gen1~Gen4). With current SoCs requiring Gen5/Gen6 support (e.g., Synopsys/Cadence IP), this change aligns the EP binding with the kernel's PCIe 6.0 capabilities. Signed-off-by: Hans Zhang <18255117159@163.com> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20250529021026.475861-3-18255117159@163.com
1 parent be84da3 commit 3563606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ properties:
5151

5252
max-link-speed:
5353
$ref: /schemas/types.yaml#/definitions/uint32
54-
enum: [ 1, 2, 3, 4 ]
54+
enum: [ 1, 2, 3, 4, 5, 6 ]
5555

5656
msi-map:
5757
description: |

0 commit comments

Comments
 (0)