From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Krishna Kurapati <quic_kriskura@quicinc.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>, Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Stephen Boyd <swboyd@chromium.org>,
Doug Anderson <dianders@chromium.org>,
Matthias Kaehlcke <mka@chromium.org>,
Wesley Cheng <quic_wcheng@quicinc.com>
Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-phy@lists.infradead.org, quic_pkondeti@quicinc.com,
quic_ppratap@quicinc.com, quic_vpulyala@quicinc.com,
Sandeep Maheswaram <quic_c_sanm@quicinc.com>
Subject: Re: [v5 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings
Date: Tue, 17 May 2022 08:23:02 +0200 [thread overview]
Message-ID: <f042abfc-25c8-2684-3fec-fea17bab8087@linaro.org> (raw)
In-Reply-To: <1652723410-1630-2-git-send-email-quic_kriskura@quicinc.com>
On 16/05/2022 19:50, Krishna Kurapati wrote:
> From: Sandeep Maheswaram <quic_c_sanm@quicinc.com>
>
> Add device tree bindings for SNPS phy tuning parameters.
>
> Signed-off-by: Sandeep Maheswaram <quic_c_sanm@quicinc.com>
> Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
> ---
> .../bindings/phy/qcom,usb-snps-femto-v2.yaml | 105 +++++++++++++++++++++
> 1 file changed, 105 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> index 1ce251d..0a78db7 100644
> --- a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> +++ b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> @@ -53,6 +53,111 @@ properties:
> vdda33-supply:
> description: phandle to the regulator 3.3V supply node.
>
> + qcom,hs-disconnect-bp:
> + $ref: /schemas/types.yaml#/definitions/int32
No need for ref for standard units.
> + description:
> + This adjusts the voltage level for the threshold used to
> + detect a disconnect event at the host. Possible values are.
> + The values defined are in multiples of basis points (1bp = 0.01%).
> + The hardware accepts only discrete values. The value closest to the
> + provided input will be chosen as the override value for this param.
> + minimum: -272
> + maximum: 2156
> +
> + qcom,squelch-detector-bp:
> + $ref: /schemas/types.yaml#/definitions/int32
> + description:
> + This adjusts the voltage level for the threshold used to
> + detect valid high-speed data.
> + The values defined are in multiples of basis points (1bp = 0.01%).
> + The hardware accepts only discrete values. The value closest to the
> + provided input will be chosen as the override value for this param.
> + minimum: -2090
> + maximum: 1590
> +
> + qcom,hs-amplitude-bp:
> + $ref: /schemas/types.yaml#/definitions/int32
> + description:
> + This adjusts the high-speed DC level voltage.
> + The values defined are in multiples of basis points (1bp = 0.01%).
> + The hardware accepts only discrete values. The value closest to the
> + provided input will be chosen as the override value for this param.
> + minimum: -660
> + maximum: 2670
> +
> + qcom,pre-emphasis-duration-bp:
> + $ref: /schemas/types.yaml#/definitions/int32
> + description:
> + This signal controls the duration for which the
> + HS pre-emphasis current is sourced onto DP<#> or DM<#>.
> + The HS Transmitter pre-emphasis duration is defined in terms of
> + unit amounts. One unit of pre-emphasis duration is approximately
> + 650 ps and is defined as 1X pre-emphasis duration.
> + The values defined are in multiples of basis points (1bp = 0.01%).
> + The hardware accepts only discrete values. The value closest to the
> + provided input will be chosen as the override value for this param.
> + minimum: 10000
> + maximum: 20000
> +
> + qcom,pre-emphasis-amplitude-bp:
> + $ref: /schemas/types.yaml#/definitions/int32
> + description:
> + This signal controls the amount of current sourced to
> + DP<#> and DM<#> after a J-to-K or K-to-J transition.
> + The HS Transmitter pre-emphasis current is defined in terms of unit
> + amounts. One unit amount is approximately 2 mA and is defined as
> + 1X pre-emphasis current.
> + The values defined are in multiples of basis points (1bp = 0.01%).
> + The hardware accepts only discrete values. The value closest to the
> + provided input will be chosen as the override value for this param.
> + minimum: 10000
> + maximum: 40000
> +
> + qcom,hs-rise-fall-time-bp:
> + $ref: /schemas/types.yaml#/definitions/int32
> + description:
> + This adjusts the rise/fall times of the high-speed waveform.
> + The values defined are in multiples of basis points (1bp = 0.01%).
> + The hardware accepts only discrete values. The value closest to the
> + provided input will be chosen as the override value for this param.
> + minimim: -4100
> + maximum: 5430
> +
> + qcom,hs-crossover-voltage-microvolt:
> + $ref: /schemas/types.yaml#/definitions/int32
> + description:
> + This adjusts the voltage at which the DP<#> and DM<#>
> + signals cross while transmitting in HS mode.
> + The values defined are in milli volts. The hardware accepts only
> + discrete values. The value closest to the provided input will be
> + chosen as the override value for this param.
> + minimum: -31000
> + maximum: 28000
> +
> + qcom,hs-output-impedance-micro-ohm:
Please use standard unit suffixes, so micro-ohms.
Best regards,
Krzysztof
next prev parent reply other threads:[~2022-05-17 6:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-16 17:50 [v5 0/3] Add QCOM SNPS PHY overriding params support Krishna Kurapati
2022-05-16 17:50 ` [v5 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings Krishna Kurapati
2022-05-17 6:23 ` Krzysztof Kozlowski [this message]
2022-05-17 12:40 ` Rob Herring
2022-05-16 17:50 ` [v5 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters Krishna Kurapati
2022-05-17 3:32 ` Pavan Kondeti
2022-05-16 17:50 ` [v5 3/3] arm64: dts: qcom: sc7280: Update SNPS Phy params for SC7280 IDP device Krishna Kurapati
2022-05-17 6:21 ` [v5 0/3] Add QCOM SNPS PHY overriding params support Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f042abfc-25c8-2684-3fec-fea17bab8087@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-usb@vger.kernel.org \
--cc=mka@chromium.org \
--cc=quic_c_sanm@quicinc.com \
--cc=quic_kriskura@quicinc.com \
--cc=quic_pkondeti@quicinc.com \
--cc=quic_ppratap@quicinc.com \
--cc=quic_vpulyala@quicinc.com \
--cc=quic_wcheng@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=swboyd@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®