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 C3677C25B78 for ; Wed, 22 May 2024 14:46:51 +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=oRXcomOft0PsgjA7khordN4BDS1ArB2AWuDue7jCyq0=; b=c2fR89PppB3Zof bgQvpNXKlUp8aZav0pOy0Z1SGOzHPyI8/u3kwhTizoRWaQ98oDt9vIq4ByeGMESbHxuVKBpyUlazT h1dVASRbNYD6nAPoGJtLb5ezfxqcBEebY0oXP3YiDEYYn4+Rc1ZFR/sk500XKgL4ivsToJWb1ctx9 0cuhie7bVANY3hdtt6msiVLPNJ07KW3luWuJ5N2km4ulnJVbIuJcxnDodknLwrnAkwxBosodl1hH3 qb4IP3B2HkbpzpKtzjFzQ8d9gOaNArW9tXhEM7tjX5ne8lAJfymEFr7uii1S37ObJIu+wFnJoTZT+ r9Dnll6ms6AryWByv4CA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9nEn-00000003Fn2-2ykA; Wed, 22 May 2024 14:46:41 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9nEk-00000003Fkz-0tis for linux-arm-kernel@lists.infradead.org; Wed, 22 May 2024 14:46:39 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id B35F4CE118B; Wed, 22 May 2024 14:46:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 076A3C2BBFC; Wed, 22 May 2024 14:46:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716389190; bh=dy7gr88adDgKpasKwsud6U16sjxUVBOaxRknrNm6xkU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ug8dRJXpVEckHEassENbn9ROMPkaAby/LMVqPorfy17UISPuh3VHELsvyxKDZCPYL 6W2m7UcOd66aR3hjGgOPXU6pFz5k7+ToOkDGXFHVTri4cnoi+34ngXqynrTvk29Oiz FE0QVYfKqarUkcWeHrlArhIusHiCfLEb+f5cyrpez/UCIf74y6wlyygSPG00gpp2zE u+Ou46NhRd1FnBO1W4uK0TdIEzWoHd8Cqwff25bM+8WHiK1CW/jl8KV3/VcCOzYxgI J2MZ+xQy9XvhJtxDQoss7cuALRSx5lXn8K4eip0IT1IzjSgfYFT3Sfs+WaB1I3VL9a syOaONQek/pCw== Date: Wed, 22 May 2024 09:46:29 -0500 From: "Rob Herring (Arm)" To: Sean Anderson Cc: Krzysztof Kozlowski , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-arm-kernel@lists.infradead.org, Michal Simek , Bjorn Helgaas , Conor Dooley , Thippeswamy Havalige , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 1/7] dt-bindings: pci: xilinx-nwl: Add phys Message-ID: <171638918647.3276613.2909691160973849874.robh@kernel.org> References: <20240520145402.2526481-1-sean.anderson@linux.dev> <20240520145402.2526481-2-sean.anderson@linux.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240520145402.2526481-2-sean.anderson@linux.dev> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240522_074638_455135_281D7A36 X-CRM114-Status: GOOD ( 10.01 ) 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 Mon, 20 May 2024 10:53:56 -0400, Sean Anderson wrote: > Add phys properties so Linux can power-on/configure the GTR > transcievers. > > Signed-off-by: Sean Anderson > --- > > Changes in v3: > - Document phys property > > Changes in v2: > - Remove phy-names > - Add an example > > Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Reviewed-by: Rob Herring (Arm) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel