diff mbox series

dt-bindings: pci: apple,pcie: Drop max-link-speed from example

Message ID 20220502091308.28233-1-marcan@marcan.st
State Accepted, archived
Headers show
Series dt-bindings: pci: apple,pcie: Drop max-link-speed from example | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 21 lines checked
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Hector Martin May 2, 2022, 9:13 a.m. UTC
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>
---
 Documentation/devicetree/bindings/pci/apple,pcie.yaml | 3 ---
 1 file changed, 3 deletions(-)

Comments

Alyssa Rosenzweig May 2, 2022, 11:40 a.m. UTC | #1
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> 
On Mon, May 02, 2022 at 06:13:08PM +0900, Hector Martin wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/pci/apple,pcie.yaml | 3 ---
>  1 file changed, 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>;
> -- 
> 2.35.1
>
Rob Herring May 4, 2022, 10:18 p.m. UTC | #2
On Mon, 02 May 2022 18:13:08 +0900, Hector Martin wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/pci/apple,pcie.yaml | 3 ---
>  1 file changed, 3 deletions(-)
> 

Applied, thanks!
diff mbox series

Patch

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>;