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=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 6DE6BC43603 for ; Thu, 5 Dec 2019 04:43:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4B30721835 for ; Thu, 5 Dec 2019 04:43:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728522AbfLEEm7 (ORCPT ); Wed, 4 Dec 2019 23:42:59 -0500 Received: from alexa-out-blr-02.qualcomm.com ([103.229.18.198]:44874 "EHLO alexa-out-blr-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728470AbfLEEm7 (ORCPT ); Wed, 4 Dec 2019 23:42:59 -0500 Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by alexa-out-blr-02.qualcomm.com with ESMTP/TLS/AES256-SHA; 05 Dec 2019 10:12:56 +0530 Received: from c-sanm-linux.qualcomm.com ([10.206.25.31]) by ironmsg02-blr.qualcomm.com with ESMTP; 05 Dec 2019 10:12:37 +0530 Received: by c-sanm-linux.qualcomm.com (Postfix, from userid 2343233) id AD1951A09; Thu, 5 Dec 2019 10:12:36 +0530 (IST) From: Sandeep Maheswaram To: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , Rob Herring , Mark Rutland , Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Manu Gautam , Sandeep Maheswaram Subject: [PATCH v2 3/3] dt-bindings: phy: qcom-qusb2: Add SC7180 QUSB2 phy support Date: Thu, 5 Dec 2019 10:11:21 +0530 Message-Id: <1575520881-31458-4-git-send-email-sanm@codeaurora.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1575520881-31458-1-git-send-email-sanm@codeaurora.org> References: <1575520881-31458-1-git-send-email-sanm@codeaurora.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add QUSB2 phy entries for SC7180 in device tree bindings. Signed-off-by: Sandeep Maheswaram --- Documentation/devicetree/bindings/phy/qcom-qusb2-phy.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.yaml index 3ef94bc..5eff9016 100644 --- a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.yaml @@ -18,6 +18,7 @@ properties: enum: - qcom,msm8996-qusb2-phy - qcom,msm8998-qusb2-phy + - qcom,sc7180-qusb2-phy - qcom,sdm845-qusb2-phy reg: @@ -66,7 +67,7 @@ properties: It is a 6 bit value that specifies offset to be added to PHY refgen RESCODE via IMP_CTRL1 register. It is a PHY tuning parameter that may vary for different boards of same SOC. - This property is applicable to only QUSB2 v2 PHY (sdm845). + This property is applicable to only QUSB2 v2 PHY (sc7180, sdm845). $ref: /schemas/types.yaml#/definitions/uint32 qcom,hstx-trim-value: @@ -75,7 +76,7 @@ properties: output current. Possible range is - 15mA to 24mA (stepsize of 600 uA). See dt-bindings/phy/phy-qcom-qusb2.h for applicable values. - This property is applicable to only QUSB2 v2 PHY (sdm845). + This property is applicable to only QUSB2 v2 PHY (sc7180, sdm845). Default value is 22.2mA for sdm845. $ref: /schemas/types.yaml#/definitions/uint32 @@ -84,7 +85,7 @@ properties: It is a 2 bit value that specifies pre-emphasis level. Possible range is 0 to 15% (stepsize of 5%). See dt-bindings/phy/phy-qcom-qusb2.h for applicable values. - This property is applicable to only QUSB2 v2 PHY (sdm845). + This property is applicable to only QUSB2 v2 PHY (sc7180, sdm845). Default value is 10% for sdm845. $ref: /schemas/types.yaml#/definitions/uint32 @@ -94,7 +95,7 @@ properties: pre-emphasis (specified using qcom,preemphasis-level) must be in effect. Duration could be half-bit of full-bit. See dt-bindings/phy/phy-qcom-qusb2.h for applicable values. - This property is applicable to only QUSB2 v2 PHY (sdm845). + This property is applicable to only QUSB2 v2 PHY (sc7180, sdm845). Default value is full-bit width for sdm845. $ref: /schemas/types.yaml#/definitions/uint32 -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation