From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Krishna Kurapati PSSNV <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>,
Vinod Koul <vkoul@kernel.org>
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: [v4 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings
Date: Fri, 13 May 2022 12:32:51 +0200 [thread overview]
Message-ID: <5f7dfcba-7e65-4f54-8699-e44ce11e216e@linaro.org> (raw)
In-Reply-To: <3abbb26f-9396-d024-67f6-f24f7db3408d@quicinc.com>
On 13/05/2022 09:33, Krishna Kurapati PSSNV wrote:
>
> On 5/11/2022 11:49 PM, Krzysztof Kozlowski wrote:
>> On 11/05/2022 17:26, 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 | 87 ++++++++++++++++++++++
>>> 1 file changed, 87 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..70efffe 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,93 @@ properties:
>>> vdda33-supply:
>>> description: phandle to the regulator 3.3V supply node.
>>>
>>> + qcom,hs-disconnect-bps:
>>> + $ref: /schemas/types.yaml#/definitions/int32
>>> + 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%).
>> This means there is some minimum and maximum (100%)?
>>
>>> + The hardware accepts only discrete values. The value closest to the
>>> + provided input will be chosen as the override value for this param.
>>> +
>>> + qcom,squelch-detector-bps:
>>> + $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.
>>> +
>>> + qcom,hs-amplitude-bps:
>>> + $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.
>>> +
>>> + qcom,pre-emphasis-duration-bps:
>>> + $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.
>>> +
>>> + qcom,pre-emphasis-amplitude-bps:
>>> + $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.
>>> +
>>> + qcom,hs-rise-fall-time-bps:
>>> + $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.
>>> +
>>> + qcom,hs-crossover-voltage-mv:
>>> + $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.
>>> +
>>> + qcom,hs-output-impedance-mohm:
>>> + $ref: /schemas/types.yaml#/definitions/int32
>> Here and in other places, please use standard units. See
>> dtschema/schemas/property-units.yaml in dtschema repo.
>>
>>
>> Best regards,
>> Krzysztof
>
> Hi Krzystof, thanks for the input.
>
> I see there are microvolt and microohm units present in
> schemas/property-units.yaml
>
> Would it be possible to add bps (basis point) to the list of standard
> units if it makes sense to use it ?
There is already 'percent' so 'bp' could be as well, makes sense to me.
I can send a patch for it and we'll see what Rob says.
Best regards,
Krzysztof
next prev parent reply other threads:[~2022-05-13 10:33 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-11 15:26 [v4 0/3] Add QCOM SNPS PHY overriding params support Krishna Kurapati
2022-05-11 15:26 ` [v4 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings Krishna Kurapati
2022-05-11 18:19 ` Krzysztof Kozlowski
2022-05-12 5:57 ` Krishna Kurapati PSSNV
2022-05-12 10:30 ` Krzysztof Kozlowski
2022-05-14 6:24 ` Krishna Kurapati PSSNV
2022-05-14 19:41 ` Krzysztof Kozlowski
2022-05-13 7:33 ` Krishna Kurapati PSSNV
2022-05-13 10:32 ` Krzysztof Kozlowski [this message]
2022-05-13 12:20 ` Krzysztof Kozlowski
2022-05-13 18:32 ` Krishna Kurapati PSSNV
2022-05-11 15:26 ` [v4 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters Krishna Kurapati
2022-05-11 21:04 ` kernel test robot
2022-05-12 1:29 ` kernel test robot
2022-05-11 15:26 ` [v4 3/3] arm64: dts: qcom: sc7280: Update SNPS Phy params for SC7280 IDP device Krishna Kurapati
2022-05-11 18:16 ` [v4 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=5f7dfcba-7e65-4f54-8699-e44ce11e216e@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 \
--cc=vkoul@kernel.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
Powered by JetHome