Add squelch detect parameter update for synopsys eusb2 repeater.
Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
---
.../devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml
index 5bf0d6c9c025..f2afcf0e986a 100644
--- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml
@@ -59,6 +59,14 @@ properties:
minimum: 0
maximum: 7
+ qcom,squelch-detector-bp:
+ description:
+ This adjusts the voltage level for the threshold used to detect valid
+ high-speed data.
+ minimum: -6000
+ maximum: 1000
+ multipleOf: 1000
+
required:
- compatible
- reg
--
2.34.1
On Thu, Dec 04, 2025 at 10:16:42AM +0530, Krishna Kurapati wrote: > Add squelch detect parameter update for synopsys eusb2 repeater. > > Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> > --- > .../devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml > index 5bf0d6c9c025..f2afcf0e986a 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml > @@ -59,6 +59,14 @@ properties: > minimum: 0 > maximum: 7 > > + qcom,squelch-detector-bp: -uV? -mV? > + description: > + This adjusts the voltage level for the threshold used to detect valid > + high-speed data. > + minimum: -6000 > + maximum: 1000 > + multipleOf: 1000 > + > required: > - compatible > - reg > -- > 2.34.1 > -- With best wishes Dmitry
On Fri, Dec 05, 2025 at 10:55:36PM +0200, Dmitry Baryshkov wrote: > On Thu, Dec 04, 2025 at 10:16:42AM +0530, Krishna Kurapati wrote: > > Add squelch detect parameter update for synopsys eusb2 repeater. > > > > Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> > > --- > > .../devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml > > index 5bf0d6c9c025..f2afcf0e986a 100644 > > --- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml > > +++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml > > @@ -59,6 +59,14 @@ properties: > > minimum: 0 > > maximum: 7 > > > > + qcom,squelch-detector-bp: > > -uV? -mV? If thi sis adjustment in ratio, then bp is correct. Some sort of explanation in commit msg would be nice, but I don't want to stall the patchset for that. Assuming this is indeed ratio without actual SI units: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Best regards, Krzysztof
On 12/6/2025 4:32 PM, Krzysztof Kozlowski wrote: > On Fri, Dec 05, 2025 at 10:55:36PM +0200, Dmitry Baryshkov wrote: >> On Thu, Dec 04, 2025 at 10:16:42AM +0530, Krishna Kurapati wrote: >>> Add squelch detect parameter update for synopsys eusb2 repeater. >>> >>> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> >>> --- >>> .../devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml | 8 ++++++++ >>> 1 file changed, 8 insertions(+) >>> >>> diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml >>> index 5bf0d6c9c025..f2afcf0e986a 100644 >>> --- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml >>> +++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml >>> @@ -59,6 +59,14 @@ properties: >>> minimum: 0 >>> maximum: 7 >>> >>> + qcom,squelch-detector-bp: >> >> -uV? -mV? > > If thi sis adjustment in ratio, then bp is correct. Some sort of > explanation in commit msg would be nice, but I don't want to stall the > patchset for that. > > Assuming this is indeed ratio without actual SI units: > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> > Thanks for the RB Krzysztof, Can I update the following as commit text and retain your RB when sending v3: "Add squelch detect parameter update for synopsys eusb2 repeater. The values (indicated in basis-points) depict a percentage change with respect to the nominal value." Regards, Krishna,
On 12/9/2025 10:06 AM, Krishna Kurapati wrote: > > > On 12/6/2025 4:32 PM, Krzysztof Kozlowski wrote: >> On Fri, Dec 05, 2025 at 10:55:36PM +0200, Dmitry Baryshkov wrote: >>> On Thu, Dec 04, 2025 at 10:16:42AM +0530, Krishna Kurapati wrote: >>>> Add squelch detect parameter update for synopsys eusb2 repeater. >>>> >>>> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> >>>> --- >>>> .../devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml | 8 ++++ >>>> ++++ >>>> 1 file changed, 8 insertions(+) >>>> >>>> diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2- >>>> repeater.yaml b/Documentation/devicetree/bindings/phy/qcom,snps- >>>> eusb2-repeater.yaml >>>> index 5bf0d6c9c025..f2afcf0e986a 100644 >>>> --- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2- >>>> repeater.yaml >>>> +++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2- >>>> repeater.yaml >>>> @@ -59,6 +59,14 @@ properties: >>>> minimum: 0 >>>> maximum: 7 >>>> + qcom,squelch-detector-bp: >>> >>> -uV? -mV? >> >> If thi sis adjustment in ratio, then bp is correct. Some sort of >> explanation in commit msg would be nice, but I don't want to stall the >> patchset for that. >> >> Assuming this is indeed ratio without actual SI units: >> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> >> > > Thanks for the RB Krzysztof, > > Can I update the following as commit text and retain your RB when > sending v3: > > "Add squelch detect parameter update for synopsys eusb2 repeater. The > values (indicated in basis-points) depict a percentage change with > respect to the nominal value." > Hi Krzysztof, Can you help let me know if the above commit message can be added with retaining your RB tag. Regards, Krishna,
On 12/6/2025 4:32 PM, Krzysztof Kozlowski wrote: > On Fri, Dec 05, 2025 at 10:55:36PM +0200, Dmitry Baryshkov wrote: >> On Thu, Dec 04, 2025 at 10:16:42AM +0530, Krishna Kurapati wrote: >>> Add squelch detect parameter update for synopsys eusb2 repeater. >>> >>> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> >>> --- >>> .../devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml | 8 ++++++++ >>> 1 file changed, 8 insertions(+) >>> >>> diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml >>> index 5bf0d6c9c025..f2afcf0e986a 100644 >>> --- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml >>> +++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml >>> @@ -59,6 +59,14 @@ properties: >>> minimum: 0 >>> maximum: 7 >>> >>> + qcom,squelch-detector-bp: >> >> -uV? -mV? > > If thi sis adjustment in ratio, then bp is correct. Some sort of > explanation in commit msg would be nice, but I don't want to stall the > patchset for that. > > Assuming this is indeed ratio without actual SI units: > Yes, this register values indicates % change in squelch limit. Hence I used basis points instead of uV or mV. Will update commit text accordingly. Regards, Krishna, > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> > > Best regards, > Krzysztof >
© 2016 - 2025 Red Hat, Inc.