From nobody Sun May 10 15:06:16 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F303C4332F for ; Mon, 2 May 2022 09:13:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383063AbiEBJRL (ORCPT ); Mon, 2 May 2022 05:17:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234028AbiEBJRJ (ORCPT ); Mon, 2 May 2022 05:17:09 -0400 Received: from mail.marcansoft.com (marcansoft.com [IPv6:2a01:298:fe:f::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 603F2366A2; Mon, 2 May 2022 02:13:35 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: hector@marcansoft.com) by mail.marcansoft.com (Postfix) with ESMTPSA id 812F041982; Mon, 2 May 2022 09:13:31 +0000 (UTC) From: Hector Martin To: Sven Peter Cc: Alyssa Rosenzweig , Rob Herring , Mark Kettenis , Marc Zyngier , linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Hector Martin Subject: [PATCH] dt-bindings: pci: apple,pcie: Drop max-link-speed from example Date: Mon, 2 May 2022 18:13:08 +0900 Message-Id: <20220502091308.28233-1-marcan@marcan.st> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Alyssa Rosenzweig =20 --- Documentation/devicetree/bindings/pci/apple,pcie.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/apple,pcie.yaml b/Docume= ntation/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 =3D "pci"; reg =3D <0x0 0x0 0x0 0x0 0x0>; reset-gpios =3D <&pinctrl_ap 152 0>; - max-link-speed =3D <2>; =20 #address-cells =3D <3>; #size-cells =3D <2>; @@ -153,7 +152,6 @@ examples: device_type =3D "pci"; reg =3D <0x800 0x0 0x0 0x0 0x0>; reset-gpios =3D <&pinctrl_ap 153 0>; - max-link-speed =3D <2>; =20 #address-cells =3D <3>; #size-cells =3D <2>; @@ -164,7 +162,6 @@ examples: device_type =3D "pci"; reg =3D <0x1000 0x0 0x0 0x0 0x0>; reset-gpios =3D <&pinctrl_ap 33 0>; - max-link-speed =3D <1>; =20 #address-cells =3D <3>; #size-cells =3D <2>; --=20 2.35.1