From: Krishna Kurapati PSSNV <quic_kriskura@quicinc.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
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: [PATCH v8 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings
Date: Wed, 8 Jun 2022 17:37:40 +0530 [thread overview]
Message-ID: <e4c67862-d173-906f-e9c7-d26408135e3a@quicinc.com> (raw)
In-Reply-To: <00cf0a30-46d5-f566-af35-9f7c33ec4182@linaro.org>
On 6/8/2022 3:06 PM, Krzysztof Kozlowski wrote:
> On 01/06/2022 08:56, 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>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>> .../bindings/phy/qcom,usb-snps-femto-v2.yaml | 96 ++++++++++++++++++++++
>> 1 file changed, 96 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..daeeb04 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,102 @@ properties:
>> vdda33-supply:
>> description: phandle to the regulator 3.3V supply node.
>>
>> + qcom,hs-disconnect-bp:
>> + 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:
>> + 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:
>> + 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:
>> + 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:
>> + 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:
>> + 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.
>> + minimum: -4100
>> + maximum: 5430
>> +
>> + qcom,hs-crossover-voltage-microvolt:
>> + 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.
> It's not accurate anymore - it's microvolt. I propose to skip this one
> sentence, because unit is obvious from the type.
Hi Krzysztof,
Sure, will omit this line in the next series.
>> + maximum: 28000
>> +
>> + qcom,hs-output-impedance-micro-ohms:
>> + description:
>> + In some applications, there can be significant series resistance
>> + on the D+ and D- paths between the transceiver and cable. This adjusts
>> + the driver source impedance to compensate for added series
>> + resistance on the USB. The values defined are in milli ohms.
> The same. Other places might need similar change.
>
> Best regards,
> Krzysztof
Sure, Will make sure to remove the basis points sentence from other
params as well as bp has been added to dtschema and is self-explanatory.
Thanks,
Krishna,
next prev parent reply other threads:[~2022-06-08 12:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 6:56 [PATCH v8 0/3] Add QCOM SNPS PHY overriding params support Krishna Kurapati
2022-06-01 6:56 ` [PATCH v8 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings Krishna Kurapati
2022-06-01 12:28 ` Rob Herring
2022-06-01 17:33 ` Rob Herring
2022-06-01 17:36 ` Krishna Kurapati PSSNV
2022-06-08 9:30 ` Krishna Kurapati PSSNV
2022-06-08 9:38 ` Krzysztof Kozlowski
2022-06-08 9:36 ` Krzysztof Kozlowski
2022-06-08 11:03 ` Krishna Kurapati PSSNV
2022-06-08 12:07 ` Krishna Kurapati PSSNV [this message]
2022-06-08 15:53 ` Vinod Koul
2022-06-08 16:14 ` Krishna Kurapati PSSNV
2022-06-01 6:56 ` [PATCH v8 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters Krishna Kurapati
2022-06-08 9:46 ` Krzysztof Kozlowski
2022-06-08 16:04 ` Vinod Koul
[not found] ` <295d0748-d817-2afa-19d2-5e802ad7fec0@quicinc.com>
2022-06-17 0:29 ` Vinod Koul
2022-06-01 6:56 ` [PATCH v8 3/3] arm64: dts: qcom: sc7280: Update SNPS Phy params for SC7280 IDP device Krishna Kurapati
2022-06-08 9:36 ` 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=e4c67862-d173-906f-e9c7-d26408135e3a@quicinc.com \
--to=quic_kriskura@quicinc.com \
--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=krzysztof.kozlowski@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_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