From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D5C2463AE for ; Tue, 26 Sep 2023 10:42:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 043DCC433C7; Tue, 26 Sep 2023 10:42:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695724959; bh=uOv8PdrWtsLNihg1nOXjcyj4Z/6c0nVcQrp6ZYTtk2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hHDVXVkJiaCH4ZTxAV3DGAcW+S2qikUXsr1qgSFP9PELvW+xi+lg0kJ7lGtQCcqYl +/hU/c8MG5TXbiQZW3/pqTaHZrq+bAf5jrYEDAU4n4IOOqGbeYnc1lqDDIyQ1E2TEQ USJmnGLwY6v9LdodPgMvUa224AI/1/jPjv458fNGlDG/d8TS15vRlKaRtq5zdtUg8E kv5O7iuLCQQQDWFiHhyC/TDmIOokceUorcCUHnY+zgPiTtd7qyK4FGdeHIw3Bcf8YT gwgHuWMR38mXyMsYevg/yK6ZYiIOq36yTjTBt6naKl3PK+RmBcF+Q/BoZKAd1CYLye SurYRxYIqgGpQ== Date: Tue, 26 Sep 2023 12:42:25 +0200 From: Manivannan Sadhasivam To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Rohit Agarwal , Manivannan Sadhasivam , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH 1/3] ARM: dts: qcom: sdx65: correct PCIe EP phy-names Message-ID: <20230926104225.GA6393@thinkpad> References: <20230924183103.49487-1-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230924183103.49487-1-krzysztof.kozlowski@linaro.org> On Sun, Sep 24, 2023 at 08:31:01PM +0200, Krzysztof Kozlowski wrote: > Qualcomm PCIe endpoint bindings expect phy-names to be "pciephy": > > arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dtb: pcie-ep@1c00000: phy-names:0: 'pciephy' was expected > > Fixes: 9c0bb38414a4 ("ARM: dts: qcom: sdx65: Add support for PCIe EP") > Reviewed-by: Konrad Dybcio > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Manivannan Sadhasivam - Mani > --- > arch/arm/boot/dts/qcom/qcom-sdx65.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi > index dd711484dfc9..c9790217320b 100644 > --- a/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi > +++ b/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi > @@ -337,7 +337,7 @@ pcie_ep: pcie-ep@1c00000 { > power-domains = <&gcc PCIE_GDSC>; > > phys = <&pcie_phy>; > - phy-names = "pcie-phy"; > + phy-names = "pciephy"; > > max-link-speed = <3>; > num-lanes = <2>; > -- > 2.34.1 > -- மணிவண்ணன் சதாசிவம்