From patchwork Fri May 7 10:17:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prasad Malisetty X-Patchwork-Id: 432644 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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 13FA2C433B4 for ; Fri, 7 May 2021 10:18:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D796661451 for ; Fri, 7 May 2021 10:18:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236030AbhEGKTB (ORCPT ); Fri, 7 May 2021 06:19:01 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:33506 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235945AbhEGKS4 (ORCPT ); Fri, 7 May 2021 06:18:56 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1620382677; h=Message-Id: Date: Subject: Cc: To: From: Sender; bh=iW3xIGlnrlC25oK5XK8yVzcpQZ1FLqNJm9B0JxIZ5gE=; b=XMlWWSIxBaOt+fLpCv69xKSpR3UyaEWntUUGDiL+k3Intl2h2bKAllyZxmirxRoexXxMD7Bf KjjNnsYHtVhvGrDYU5uYD09ozu9bnfSBE2t7xqcUfFl8LbPVycc/bEh38XKiKFFRw5pjEwaa VlrPQld1sZOQE09f1LGuVvwxf9w= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n01.prod.us-east-1.postgun.com with SMTP id 609513c887ce1fbb566f80f7 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 07 May 2021 10:17:44 GMT Sender: pmaliset=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 66C33C43148; Fri, 7 May 2021 10:17:43 +0000 (UTC) Received: from pmaliset-linux.qualcomm.com (unknown [202.46.22.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: pmaliset) by smtp.codeaurora.org (Postfix) with ESMTPSA id 201C5C433D3; Fri, 7 May 2021 10:17:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 201C5C433D3 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=pmaliset@codeaurora.org From: Prasad Malisetty To: Andy Gross , Bjorn Andersson , Rob Herring , Bjorn Helgaas Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, mgautam@codeaurora.org, swboyd@chromium.org, dianders@chromium.org, mka@chromium.org, Prasad Malisetty Subject: [PATCH 0/3] Add DT bindings and DT nodes for PCIe and PHY in SC7280 Date: Fri, 7 May 2021 15:47:25 +0530 Message-Id: <1620382648-17395-1-git-send-email-pmaliset@codeaurora.org> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This series includes PCIe controller and phy binding updates for SC7280 SoC and DT changes for SC7280 SoC and SC7280 IDP board. Prasad Malisetty (3): dt-bindings: pci: qcom: Document PCIe bindings for SC720 arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes arm64: dts: qcom: sc7280: Add PCIe nodes for IDP board .../devicetree/bindings/pci/qcom,pcie.txt | 17 +++ arch/arm64/boot/dts/qcom/sc7280-idp.dts | 13 ++ arch/arm64/boot/dts/qcom/sc7280.dtsi | 138 +++++++++++++++++++++ 3 files changed, 168 insertions(+)