Lines Matching +full:hird +full:- +full:threshold

1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Felipe Balbi <balbi@kernel.org>
14 be presented as a standalone DT node with an optional vendor-specific
18 - $ref: usb-drd.yaml#
19 - if:
25 - dr_mode
29 $ref: usb-xhci.yaml#
48 clock-names:
51 - enum: [bus_early, ref, suspend]
52 - true
54 usb-phy:
57 - description: USB2/HS PHY
58 - description: USB3/SS PHY
63 - description: USB2/HS PHY
64 - description: USB3/SS PHY
66 phy-names:
69 - const: usb2-phy
70 - const: usb3-phy
75 snps,usb2-lpm-disable:
83 snps,dis-start-transfer-quirk:
85 When set, disable isoc START TRANSFER command failure SW work-around
86 for DWC_usb31 version 1.70a-ea06 and prior.
95 snps,has-lpm-erratum:
99 snps,lpm-nyet-threshold:
100 description: LPM NYET threshold
137 description: When set core will set Tx de-emphasis value
160 snps,dis-u1-entry-quirk:
164 snps,dis-u2-entry-quirk:
173 snps,dis-u2-freeclk-exists-quirk:
176 PHY doesn't provide a free-running PHY clock.
179 snps,dis-del-phy-power-chg-quirk:
184 snps,dis-tx-ipgap-linecheck-quirk:
188 snps,parkmode-disable-ss-quirk:
199 snps,dis-split-quirk:
202 avoid -EPROTO errors with usbhid on some devices (Hikey 970).
205 snps,is-utmi-l1-suspend:
211 snps,hird-threshold:
212 description: HIRD threshold
217 High-Speed PHY interface selection between UTMI+ and ULPI when the
222 snps,quirk-frame-length-adjustment:
224 Value for GFLADJ_30MHZ field of GFLADJ register for post-silicon frame
229 snps,rx-thr-num-pkt-prd:
231 Periodic ESS RX packet threshold count (host mode only). Set this and
232 snps,rx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31
233 programming guide section 1.2.4) to enable periodic ESS RX threshold.
238 snps,rx-max-burst-prd:
241 snps,rx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31
242 programming guide section 1.2.4) to enable periodic ESS RX threshold.
247 snps,tx-thr-num-pkt-prd:
249 Periodic ESS TX packet threshold count (host mode only). Set this and
250 snps,tx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31
251 programming guide section 1.2.3) to enable periodic ESS TX threshold.
256 snps,tx-max-burst-prd:
259 snps,tx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31
260 programming guide section 1.2.3) to enable periodic ESS TX threshold.
265 tx-fifo-resize:
273 tx-fifo-max-num:
281 snps,incr-burst-type-adjustment:
288 $ref: /schemas/types.yaml#/definitions/uint32-array
298 - compatible
299 - reg
300 - interrupts
303 - |
308 usb-phy = <&usb2_phy>, <&usb3_phy>;
309 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
311 - |
317 clock-names = "bus_early", "ref", "suspend";
319 phy-names = "usb2-phy", "usb3-phy";