Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings

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>
Link: https://lore.kernel.org/r/1662480933-12326-2-git-send-email-quic_kriskura@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Sandeep Maheswaram and committed by
Vinod Koul
ba136ce3 ac439ce8

+88
+88
Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
··· 54 54 vdda33-supply: 55 55 description: phandle to the regulator 3.3V supply node. 56 56 57 + qcom,hs-disconnect-bp: 58 + description: 59 + This adjusts the voltage level for the threshold used to 60 + detect a disconnect event at the host. 61 + The hardware accepts only discrete values. The value closest to the 62 + provided input will be chosen as the override value for this param. 63 + minimum: -272 64 + maximum: 2156 65 + 66 + qcom,squelch-detector-bp: 67 + description: 68 + This adjusts the voltage level for the threshold used to 69 + detect valid high-speed data. 70 + The hardware accepts only discrete values. The value closest to the 71 + provided input will be chosen as the override value for this param. 72 + minimum: -2090 73 + maximum: 1590 74 + 75 + qcom,hs-amplitude-bp: 76 + description: 77 + This adjusts the high-speed DC level voltage. 78 + The hardware accepts only discrete values. The value closest to the 79 + provided input will be chosen as the override value for this param. 80 + minimum: -660 81 + maximum: 2670 82 + 83 + qcom,pre-emphasis-duration-bp: 84 + description: 85 + This signal controls the duration for which the 86 + HS pre-emphasis current is sourced onto DP<#> or DM<#>. 87 + The HS Transmitter pre-emphasis duration is defined in terms of 88 + unit amounts. One unit of pre-emphasis duration is approximately 89 + 650 ps and is defined as 1X pre-emphasis duration. 90 + The hardware accepts only discrete values. The value closest to the 91 + provided input will be chosen as the override value for this param. 92 + minimum: 10000 93 + maximum: 20000 94 + 95 + qcom,pre-emphasis-amplitude-bp: 96 + description: 97 + This signal controls the amount of current sourced to 98 + DP<#> and DM<#> after a J-to-K or K-to-J transition. 99 + The HS Transmitter pre-emphasis current is defined in terms of unit 100 + amounts. One unit amount is approximately 2 mA and is defined as 101 + 1X pre-emphasis current. 102 + The hardware accepts only discrete values. The value closest to the 103 + provided input will be chosen as the override value for this param. 104 + minimum: 10000 105 + maximum: 40000 106 + 107 + qcom,hs-rise-fall-time-bp: 108 + description: 109 + This adjusts the rise/fall times of the high-speed waveform. 110 + The hardware accepts only discrete values. The value closest to the 111 + provided input will be chosen as the override value for this param. 112 + minimum: -4100 113 + maximum: 5430 114 + 115 + qcom,hs-crossover-voltage-microvolt: 116 + description: 117 + This adjusts the voltage at which the DP<#> and DM<#> 118 + signals cross while transmitting in HS mode. 119 + The hardware accepts only discrete values. The value closest to the 120 + provided input will be chosen as the override value for this param. 121 + minimum: -31000 122 + maximum: 28000 123 + 124 + qcom,hs-output-impedance-micro-ohms: 125 + description: 126 + In some applications, there can be significant series resistance 127 + on the D+ and D- paths between the transceiver and cable. This adjusts 128 + the driver source impedance to compensate for added series 129 + resistance on the USB. The hardware accepts only discrete values. The 130 + value closest to the provided input will be chosen as the override value 131 + for this param. 132 + minimum: -2300000 133 + maximum: 6100000 134 + 135 + qcom,ls-fs-output-impedance-bp: 136 + description: 137 + This adjusts the low- and full-speed single-ended source 138 + impedance while driving high. The following adjustment values are based 139 + on nominal process, voltage, and temperature. 140 + The hardware accepts only discrete values. The value closest to the 141 + provided input will be chosen as the override value for this param. 142 + minimum: -1053 143 + maximum: 1310 144 + 57 145 required: 58 146 - compatible 59 147 - reg