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 0376BC10F1A for ; Tue, 7 May 2024 20:07:44 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xEyRUxeQ564nIqspbADX/3J3pGVdFjJH2nopFhVPZME=; b=fci3zUe+D7mBOu NKx3qukDJ+IFCDk8WDpbwettvVPHz4GEXLpz8XJtWlELA/17qfV1UG56qEDgPP9wv6198SdyijaYe cP0RqH2od9d8tq1Wqk8KrOY53V5SgzAaMG3Wgbo4wy2XUEtu5SYk+6PeQDDkOo3it+eIWNqTnQCp8 v5lUAz8Qs6ZaeH84j7V5n7yXNxFENXw7yOjLeUaqoxxhIXfmPadRKl27rC9L+6HoFZ/UfvcI8l25i TJAkX01LV/9jXf6N9pTGcHLjTgkuTa19MM2axDJSnjjvoP5H++107fTX9WSyzNDzhGiXdr6PYV2ps xUqn86l3HKO8fo04QwDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4R64-0000000CglD-0wty; Tue, 07 May 2024 20:07:32 +0000 Received: from out-170.mta0.migadu.com ([2001:41d0:1004:224b::aa]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4R61-0000000CggN-02Kl for linux-arm-kernel@lists.infradead.org; Tue, 07 May 2024 20:07:31 +0000 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1715112443; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Nt2uO6TpJx24xGPFvSzYImK2G9i5k2qnHj1h7z6S7Lg=; b=UtGykWW+noX7yFU08r1avJm7A81zlM2rR29tIloa0n2uR86TOf+TRIjG4Bp23h5dAh6GpO XZcLGHJc+2ahGxUgVCJJB+n+S0FA1+fHztZ8J5241liHKgdMkb3sy6vx5zUrLFcN7ba34M jVLuK0BJ7p2aluYRpfDvBx8wxZAG0kE= Date: Tue, 7 May 2024 16:07:18 -0400 MIME-Version: 1.0 Subject: Re: [PATCH v2 1/7] dt-bindings: pci: xilinx-nwl: Add phys To: Rob Herring Cc: Lorenzo Pieralisi , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , linux-pci@vger.kernel.org, Michal Simek , Bjorn Helgaas , Thippeswamy Havalige , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Conor Dooley , Krzysztof Kozlowski , devicetree@vger.kernel.org References: <20240506161510.2841755-1-sean.anderson@linux.dev> <20240506161510.2841755-2-sean.anderson@linux.dev> <20240507200640.GA955773-robh@kernel.org> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <20240507200640.GA955773-robh@kernel.org> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240507_130729_618512_9F5FF486 X-CRM114-Status: GOOD ( 11.06 ) 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 On 5/7/24 16:06, Rob Herring wrote: > On Mon, May 06, 2024 at 12:15:04PM -0400, Sean Anderson wrote: >> Add phys properties so Linux can power-on/configure the GTR >> transcievers. >> >> Signed-off-by: Sean Anderson >> --- >> >> Changes in v2: >> - Remove phy-names >> - Add an example >> >> Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml >> index 426f90a47f35..693b29039a9b 100644 >> --- a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml >> +++ b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml >> @@ -61,6 +61,10 @@ properties: >> interrupt-map: >> maxItems: 4 >> >> + phys: >> + minItems: 1 >> + maxItems: 4 > > I assume this is 1 phy per lane, but don't make me assume and define it. > > Rob It's one per lane. I'll add that to the description. --Sean _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel