hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/usb/usb-xhci.txt
....@@ -7,17 +7,7 @@
77 - "marvell,armada3700-xhci" for Armada 37xx SoCs
88 - "marvell,armada-375-xhci" for Armada 375 SoCs
99 - "marvell,armada-380-xhci" for Armada 38x SoCs
10
- - "renesas,xhci-r8a7743" for r8a7743 SoC
11
- - "renesas,xhci-r8a7790" for r8a7790 SoC
12
- - "renesas,xhci-r8a7791" for r8a7791 SoC
13
- - "renesas,xhci-r8a7793" for r8a7793 SoC
14
- - "renesas,xhci-r8a7795" for r8a7795 SoC
15
- - "renesas,xhci-r8a7796" for r8a7796 SoC
16
- - "renesas,xhci-r8a77965" for r8a77965 SoC
17
- - "renesas,xhci-r8a77990" for r8a77990 SoC
18
- - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
19
- device
20
- - "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 compatible device
10
+ - "brcm,bcm7445-xhci" for Broadcom STB SoCs with XHCI
2111 - "xhci-platform" (deprecated)
2212
2313 When compatible with the generic version, nodes must list the
....@@ -35,19 +25,14 @@
3525 second one
3626 - usb2-lpm-disable: indicate if we don't want to enable USB2 HW LPM
3727 - usb3-lpm-capable: determines if platform is USB3 LPM capable
38
- - usb3-dis-autosuspend: determines if the xHC supports USB3 autosuspend capable
3928 - quirk-broken-port-ped: set if the controller has broken port disable mechanism
40
- - xhci-slow-suspend: set if it needs an extraordinary delay to wait
41
- for xHC enter the Halted state after the Run/Stop (R/S) bit is cleared to '0'
42
- - xhci-trb-ent-quirk: set if this xhci platform need to enable the Evaluate
43
- Next TRB(ENT) flag in the TRB data structure to force xHC to pre-fetch
44
- the next TRB of a TD.
4529 - quirk-skip-phy-init: indicate that do not manage the PHY state in the HCD core
4630 and handle this in the controller's driver.
4731 - imod-interval-ns: default interrupt moderation interval is 5000ns
48
- - phys : see usb-hcd.txt in the current directory
32
+ - phys : see usb-hcd.yaml in the current directory
33
+ - offload: supporting USB offload feature, 0: disabled, 1: audio
4934
50
-additionally the properties from usb-hcd.txt (in the current directory) are
35
+additionally the properties from usb-hcd.yaml (in the current directory) are
5136 supported.
5237
5338