From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 14F1DC433F5 for ; Mon, 2 May 2022 11:41:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sEBc8qGsKo+sknnQ2BOQEzC0KPGuhOeDW8XyuvXnNO4=; b=uPOeNhKOJ74+zX nbIJ3CGIin+rMWUhsNfCyHAUL48Of+ayZvv9bboDANlJ2+9cZIdTUSSFQjQov9zpYWUb33rZqBCWw S4ZptQaP8MAk2P2W4GPewM6kLXT58IIpa45dtgQ3AOs+v4iE56eSnuXEBpLVa3alPS36PJymMg9tl BGyeZ0ERuX/9tFexzkDPqybkJn4tih8jzVB2aKiD7oIu+fbWgGdQ0CoGRnfaqUnCdsdJNW4eQg9Mw PX3uPHi9lJkgsE4/kBhhIG5QSyS1hrTbzNJzaClEUuIBpvW5g+jyAZvsHlCB4V6DpA09hSd2xLAxF 8EUebvZAhv+H0aiovHhQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlUPl-000zcV-32; Mon, 02 May 2022 11:40:29 +0000 Received: from rosenzweig.io ([138.197.143.207]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlUPi-000zbY-EI for linux-arm-kernel@lists.infradead.org; Mon, 02 May 2022 11:40:27 +0000 Received: by rosenzweig.io (Postfix, from userid 1000) id 6848A41019; Mon, 2 May 2022 11:40:19 +0000 (UTC) Date: Mon, 2 May 2022 11:40:19 +0000 From: Alyssa Rosenzweig To: Hector Martin Cc: Sven Peter , 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 Subject: Re: [PATCH] dt-bindings: pci: apple,pcie: Drop max-link-speed from example Message-ID: References: <20220502091308.28233-1-marcan@marcan.st> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220502091308.28233-1-marcan@marcan.st> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220502_044026_592623_1D475AE5 X-CRM114-Status: GOOD ( 13.12 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Reviewed-by: Alyssa Rosenzweig 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 > --- > 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 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel