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 X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE214C433E1 for ; Sun, 23 Aug 2020 15:32:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CF9B5206B5 for ; Sun, 23 Aug 2020 15:32:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598196754; bh=Z6ZPWRlmCAHW1jTvwzP3xfRIxulAioPOnJbhxtTXie8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=czBM4Ev8UerZHdWEH64GTIGBv3+NDMNsHxAXEmFEcc3Ld2Da1VDLfNW5eR5XzKrLx gH/hZ/9N+pNrXDPQeEg25j8+HqUCCI6B8n7N++t1DS1fYpyYFvPiEQw0uqbqQVnChk GSyKX7GngvdtcCeN+836br7wEHwSThzNSnBsOt2E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727769AbgHWPc3 (ORCPT ); Sun, 23 Aug 2020 11:32:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:48592 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726581AbgHWPc2 (ORCPT ); Sun, 23 Aug 2020 11:32:28 -0400 Received: from localhost (unknown [122.171.38.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4A7CD206B5; Sun, 23 Aug 2020 15:32:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598196747; bh=Z6ZPWRlmCAHW1jTvwzP3xfRIxulAioPOnJbhxtTXie8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jRJJUrAWNUG6/ToeybbY5+Zm9YBoUmBTb3xPRl8DpTR/5eUibABGHFx9+tyO8sA1W toktLTkNX2qKqeH6Ih4FD29VPty/AojWiASr436+QMsheofeY+JtAwQqei+KeSd7IX Hlkqhjy9Do+iMJkHBY4GqkSqi0HSerBNHksTX7gk= Date: Sun, 23 Aug 2020 21:02:22 +0530 From: Vinod Koul To: Sivaprakash Murugesan Cc: agross@kernel.org, bjorn.andersson@linaro.org, bhelgaas@google.com, robh+dt@kernel.org, kishon@ti.com, svarbanov@mm-sol.com, lorenzo.pieralisi@arm.com, p.zabel@pengutronix.de, mgautam@codeaurora.org, smuthayy@codeaurora.org, varada@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Selvam Sathappan Periakaruppan Subject: Re: [PATCH V2 1/7] dt-bindings: PCI: qcom: Add ipq8074 Gen3 PCIe compatible Message-ID: <20200823153222.GS2639@vkoul-mobl> References: <1596036607-11877-1-git-send-email-sivaprak@codeaurora.org> <1596036607-11877-2-git-send-email-sivaprak@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1596036607-11877-2-git-send-email-sivaprak@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 29-07-20, 21:00, Sivaprakash Murugesan wrote: > ipq8074 has two PCIe ports while the support for Gen2 PCIe port is > already available add the support for Gen3 binding. > > Co-developed-by: Selvam Sathappan Periakaruppan > Signed-off-by: Selvam Sathappan Periakaruppan > Reviewed-by: Rob Herring > Signed-off-by: Sivaprakash Murugesan > --- > .../devicetree/bindings/pci/qcom,pcie.yaml | 47 ++++++++++++++++++++++ The issue is the yaml file is not in linux-phy next.. did we get the conversion done? > 1 file changed, 47 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > index 2eef6d5..e0559dd 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > @@ -23,6 +23,7 @@ properties: > - qcom,pcie-ipq8064 > - qcom,pcie-ipq8064-v2 > - qcom,pcie-ipq8074 > + - qcom,pcie-ipq8074-gen3 > - qcom,pcie-msm8996 > - qcom,pcie-qcs404 > - qcom,pcie-sdm845 > @@ -295,6 +296,52 @@ allOf: > compatible: > contains: > enum: > + - qcom,pcie-ipq8074-gen3 > + then: > + properties: > + clocks: > + items: > + - description: sys noc interface clock > + - description: AXI master clock > + - description: AXI secondary clock > + - description: AHB clock > + - description: Auxilary clock > + - description: AXI secondary bridge clock > + - description: PCIe rchng clock > + clock-names: > + items: > + - const: iface > + - const: axi_m > + - const: axi_s > + - const: ahb > + - const: aux > + - const: axi_bridge > + - const: rchng > + resets: > + items: > + - description: PIPE reset > + - description: PCIe sleep reset > + - description: PCIe sticky reset > + - description: AXI master reset > + - description: AXI secondary reset > + - description: AHB reset > + - description: AXI master sticky reset > + - description: AXI secondary sticky reset > + reset-names: > + items: > + - const: pipe > + - const: sleep > + - const: sticky > + - const: axi_m > + - const: axi_s > + - const: ahb > + - const: axi_m_sticky > + - const: axi_s_sticky > + - if: > + properties: > + compatible: > + contains: > + enum: > - qcom,pcie-msm8996 > then: > properties: > -- > 2.7.4 -- ~Vinod