From patchwork Mon Oct 5 09:31:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manivannan Sadhasivam X-Patchwork-Id: 267345 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=-12.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT 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 01E9CC4727D for ; Mon, 5 Oct 2020 09:32:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF97720795 for ; Mon, 5 Oct 2020 09:32:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="W5FzCTGI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726138AbgJEJcW (ORCPT ); Mon, 5 Oct 2020 05:32:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726087AbgJEJcV (ORCPT ); Mon, 5 Oct 2020 05:32:21 -0400 Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 472F4C0613A8 for ; Mon, 5 Oct 2020 02:32:21 -0700 (PDT) Received: by mail-pf1-x443.google.com with SMTP id n14so6475810pff.6 for ; Mon, 05 Oct 2020 02:32:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ZdgKLe65/5ZTL18bHaqdAUbi1xJI+QzTIn6dSNFRMgI=; b=W5FzCTGIcGLLqFmUZM7lpR2LjrhfTnCSTr5TOyFH6idDB0Glqr95RKRAIMFdKZN8Qa 857kKhSHM+KDGoLceXV0ZxvznQOo57s2W7gaHbn1UozZF125Dc45Ep613XWY30ijcFOx iBO03fKsKNqxls1EyrQ4zXWpWWm74tBn0qhZIEmdp0Qo5gwcvxF/6jvl263K0bEaUgKv iqGSvkWPnENzfMX4NvaNUPMh/jU5b/6Cpxg7+G4/HKLw/SWTvUusmMX7PyxKLiOx/QTb uuwT5yqSu0hfmeoaZ+ILGb0unNQX9XuJOldNB5iUF1xqniaI150qUZTGIPhtrtFNfNwr 82Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZdgKLe65/5ZTL18bHaqdAUbi1xJI+QzTIn6dSNFRMgI=; b=IpzUgae+Rdtsem/4p0CaBGF6vYo4Xt6EcOblUfBQhiK4xCxwIA6X0Wa6/lDr2Gdq+y cYzMFXKlvR0km3htWeuFM0HXSsGLBUDu6dXUOQknOuilp4NBxtxsAc2wIhyLJcZmCTKD 63cpp/HszEmLX0sScYJPrY16QogMuNNavkVJiGqPbEJFJYMDY8Oax4jUS0dMXx9xdL4A 3V6XKytvnzAyVMaUbnUHcFPTOoI+rNDzkj7zvSaySFbrUK6kh3mit1pu42ujhGYDiRGx 5SYMyJlSmmiYUHVeM7JoU0UMuqbLqnt3p0rEe0yvlq/tj+Ux6PROn4GVJLV0GmufeDl3 VWYw== X-Gm-Message-State: AOAM533eq0puL2L0115hSiZhMMjUD9GY0aUf6AhmQLZsbnkC5dr8/X4b KCblxhzPWYB/+UDoWvbTVEnU X-Google-Smtp-Source: ABdhPJzYTFAYeZXW9XSuIlgnmqDfXeDBG0+J7rVRwEW/QIFDV0IykI8fb+t3RIz3b/ivg6BtIYCk1g== X-Received: by 2002:a62:7c09:0:b029:152:60c9:43b2 with SMTP id x9-20020a627c090000b029015260c943b2mr8408885pfc.79.1601890340765; Mon, 05 Oct 2020 02:32:20 -0700 (PDT) Received: from localhost.localdomain ([103.59.133.81]) by smtp.googlemail.com with ESMTPSA id 124sm11298894pfd.132.2020.10.05.02.32.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Oct 2020 02:32:20 -0700 (PDT) From: Manivannan Sadhasivam To: agross@kernel.org, bjorn.andersson@linaro.org, kishon@ti.com, vkoul@kernel.org, robh@kernel.org Cc: svarbanov@mm-sol.com, bhelgaas@google.com, lorenzo.pieralisi@arm.com, linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, mgautam@codeaurora.org, devicetree@vger.kernel.org, Manivannan Sadhasivam Subject: [PATCH v4 1/5] dt-bindings: phy: qcom, qmp: Add SM8250 PCIe PHY bindings Date: Mon, 5 Oct 2020 15:01:48 +0530 Message-Id: <20201005093152.13489-2-manivannan.sadhasivam@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201005093152.13489-1-manivannan.sadhasivam@linaro.org> References: <20201005093152.13489-1-manivannan.sadhasivam@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add the below three PCIe PHYs found in SM8250 to the QMP binding: QMP GEN3x1 PHY - 1 lane QMP GEN3x2 PHY - 2 lanes QMP Modem PHY - 2 lanes Signed-off-by: Manivannan Sadhasivam Acked-by: Rob Herring --- Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 185cdea9cf81..ec05db374645 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -31,6 +31,9 @@ properties: - qcom,sdm845-qmp-usb3-uni-phy - qcom,sm8150-qmp-ufs-phy - qcom,sm8250-qmp-ufs-phy + - qcom,sm8250-qmp-gen3x1-pcie-phy + - qcom,sm8250-qmp-gen3x2-pcie-phy + - qcom,sm8250-qmp-modem-pcie-phy reg: items: @@ -259,6 +262,9 @@ allOf: enum: - qcom,sdm845-qhp-pcie-phy - qcom,sdm845-qmp-pcie-phy + - qcom,sm8250-qmp-gen3x1-pcie-phy + - qcom,sm8250-qmp-gen3x2-pcie-phy + - qcom,sm8250-qmp-modem-pcie-phy then: properties: clocks: