diff options
author | Hector Martin <marcan@marcan.st> | 2022-05-02 18:13:08 +0900 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-04 17:18:27 -0500 |
commit | 5dc4630426511f641b7ac44fc550b8e21eafb237 (patch) | |
tree | ca7c83aa78a954cf12df5888c4a5507cb134535b /Documentation | |
parent | caf83e494de965dbb5f8add655c526b9af6a96cb (diff) | |
download | linux-5dc4630426511f641b7ac44fc550b8e21eafb237.tar.gz linux-5dc4630426511f641b7ac44fc550b8e21eafb237.tar.bz2 linux-5dc4630426511f641b7ac44fc550b8e21eafb237.zip |
dt-bindings: pci: apple,pcie: Drop max-link-speed from example
We no longer use these since 111659c2a570 (and they never worked
anyway); drop them from the example to avoid confusion.
Fixes: 111659c2a570 ("arm64: dts: apple: t8103: Remove PCIe max-link-speed properties")
Signed-off-by: Hector Martin <marcan@marcan.st>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220502091308.28233-1-marcan@marcan.st
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pci/apple,pcie.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/pci/apple,pcie.yaml b/Documentation/devicetree/bindings/pci/apple,pcie.yaml index 7f01e15fc81c..daf602ac0d0f 100644 --- a/Documentation/devicetree/bindings/pci/apple,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/apple,pcie.yaml @@ -142,7 +142,6 @@ examples: device_type = "pci"; reg = <0x0 0x0 0x0 0x0 0x0>; reset-gpios = <&pinctrl_ap 152 0>; - max-link-speed = <2>; #address-cells = <3>; #size-cells = <2>; @@ -153,7 +152,6 @@ examples: device_type = "pci"; reg = <0x800 0x0 0x0 0x0 0x0>; reset-gpios = <&pinctrl_ap 153 0>; - max-link-speed = <2>; #address-cells = <3>; #size-cells = <2>; @@ -164,7 +162,6 @@ examples: device_type = "pci"; reg = <0x1000 0x0 0x0 0x0 0x0>; reset-gpios = <&pinctrl_ap 33 0>; - max-link-speed = <1>; #address-cells = <3>; #size-cells = <2>; |