Skip to content

Commit 5dc4630

Browse files
marcanrobherring
authored andcommitted
dt-bindings: pci: apple,pcie: Drop max-link-speed from example
We no longer use these since 111659c (and they never worked anyway); drop them from the example to avoid confusion. Fixes: 111659c ("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
1 parent caf83e4 commit 5dc4630

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Documentation/devicetree/bindings/pci/apple,pcie.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ examples:
142142
device_type = "pci";
143143
reg = <0x0 0x0 0x0 0x0 0x0>;
144144
reset-gpios = <&pinctrl_ap 152 0>;
145-
max-link-speed = <2>;
146145
147146
#address-cells = <3>;
148147
#size-cells = <2>;
@@ -153,7 +152,6 @@ examples:
153152
device_type = "pci";
154153
reg = <0x800 0x0 0x0 0x0 0x0>;
155154
reset-gpios = <&pinctrl_ap 153 0>;
156-
max-link-speed = <2>;
157155
158156
#address-cells = <3>;
159157
#size-cells = <2>;
@@ -164,7 +162,6 @@ examples:
164162
device_type = "pci";
165163
reg = <0x1000 0x0 0x0 0x0 0x0>;
166164
reset-gpios = <&pinctrl_ap 33 0>;
167-
max-link-speed = <1>;
168165
169166
#address-cells = <3>;
170167
#size-cells = <2>;

0 commit comments

Comments
 (0)