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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5554CC25B6B for ; Wed, 25 Oct 2023 08:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233925AbjJYIbo (ORCPT ); Wed, 25 Oct 2023 04:31:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233509AbjJYIbk (ORCPT ); Wed, 25 Oct 2023 04:31:40 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DAE412D; Wed, 25 Oct 2023 01:31:38 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA6C7C433C7; Wed, 25 Oct 2023 08:31:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698222697; bh=YnqE7G0jNqwWoVJ1R/3UU77XIIf6urohHotWyxgl7FI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gl/9nXAJzi6hbbygDvAcV4nojlKBDSyOZnDFrD6E5719Y+A+clTsA6wAFZbIsByur zgRPRSy+1rFnLrvmFLHerl7neCFzdJIoJQvP3ON/yGkSpMRALBel8K5pM9Hl6O9av9 xxe1Hli2J3FH3qCJ7K7L5bx9ELpqo5NfQhdrbGO0MMALC7reHhYqOiJ3pc2Xoq9Wgn LgRHDVpPxlCVpScGWv9n+JZ+lf06iMEABYoF6sMyeRsA+nf9II45wbOOV8SSbzcC17 ZND/VIiRdAXE4VDdxH5Qaf592CCu9cRm/YIyfQwD+B0QG3BWJq/8Ech2KMGeTgQWJ8 yjjY1fgzJx0sw== Date: Wed, 25 Oct 2023 14:01:30 +0530 From: Manivannan Sadhasivam To: Neil Armstrong Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: PCI: qcom: document the SM8650 PCIe Controller Message-ID: <20231025083130.GG3648@thinkpad> References: <20231025-topic-sm8650-upstream-bindings-pcie-v1-1-0e3d6f0c5827@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231025-topic-sm8650-upstream-bindings-pcie-v1-1-0e3d6f0c5827@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25, 2023 at 09:27:14AM +0200, Neil Armstrong wrote: > Document the PCIe Controller on the SM8650 platform by using the > SM8550 bindings as a fallback. > > Signed-off-by: Neil Armstrong Reviewed-by: Manivannan Sadhasivam - Mani > --- > For convenience, a regularly refreshed linux-next based git tree containing > all the SM8650 related work is available at: > https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ > --- > Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > index eadba38171e1..af537732ded6 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > @@ -41,6 +41,10 @@ properties: > - qcom,pcie-sm8450-pcie0 > - qcom,pcie-sm8450-pcie1 > - qcom,pcie-sm8550 > + - items: > + - enum: > + - qcom,pcie-sm8650 > + - const: qcom,pcie-sm8550 > - items: > - const: qcom,pcie-msm8998 > - const: qcom,pcie-msm8996 > > --- > base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc > change-id: 20231016-topic-sm8650-upstream-bindings-pcie-56e90536c258 > > Best regards, > -- > Neil Armstrong > -- மணிவண்ணன் சதாசிவம்