X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fpci%2Fpci.txt;h=e7d97a3bd17f3e2778c9a71e8d655caebf9fb35d;hp=08dcfad09f8d7bdfd60e5254ef98aa42ed07a11d;hb=2928d69ec4afb9d37f0d34ef335dd8c89a7d5df6;hpb=c34e6e0bd5d729948119d4b3e15b075ec0b80d6f diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt index 08dcfad09f8d..e7d97a3bd17f 100644 --- a/Documentation/devicetree/bindings/pci/pci.txt +++ b/Documentation/devicetree/bindings/pci/pci.txt @@ -18,3 +18,9 @@ driver implementation may support the following properties: host bridges in the system, otherwise potentially conflicting domain numbers may be assigned to root buses behind different host bridges. The domain number for each host bridge in the system must be unique. +- max-link-speed: + If present this property specifies PCI gen for link capability. The host drivers + could add this as a strategy to avoid unnecessary operation for unsupported + link speed, for instance, trying to do training for unsupported link speed, etc. + Must be '4' for gen4, '3' for gen3, '2' for gen2, and '1' for gen1. Any other + values are invalid.