From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM
---
kernel/Documentation/devicetree/bindings/usb/usb-xhci.txt | 23 ++++-------------------
1 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/kernel/Documentation/devicetree/bindings/usb/usb-xhci.txt b/kernel/Documentation/devicetree/bindings/usb/usb-xhci.txt
index 6a2416e..d5491ce 100644
--- a/kernel/Documentation/devicetree/bindings/usb/usb-xhci.txt
+++ b/kernel/Documentation/devicetree/bindings/usb/usb-xhci.txt
@@ -7,17 +7,7 @@
- "marvell,armada3700-xhci" for Armada 37xx SoCs
- "marvell,armada-375-xhci" for Armada 375 SoCs
- "marvell,armada-380-xhci" for Armada 38x SoCs
- - "renesas,xhci-r8a7743" for r8a7743 SoC
- - "renesas,xhci-r8a7790" for r8a7790 SoC
- - "renesas,xhci-r8a7791" for r8a7791 SoC
- - "renesas,xhci-r8a7793" for r8a7793 SoC
- - "renesas,xhci-r8a7795" for r8a7795 SoC
- - "renesas,xhci-r8a7796" for r8a7796 SoC
- - "renesas,xhci-r8a77965" for r8a77965 SoC
- - "renesas,xhci-r8a77990" for r8a77990 SoC
- - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
- device
- - "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 compatible device
+ - "brcm,bcm7445-xhci" for Broadcom STB SoCs with XHCI
- "xhci-platform" (deprecated)
When compatible with the generic version, nodes must list the
@@ -35,19 +25,14 @@
second one
- usb2-lpm-disable: indicate if we don't want to enable USB2 HW LPM
- usb3-lpm-capable: determines if platform is USB3 LPM capable
- - usb3-dis-autosuspend: determines if the xHC supports USB3 autosuspend capable
- quirk-broken-port-ped: set if the controller has broken port disable mechanism
- - xhci-slow-suspend: set if it needs an extraordinary delay to wait
- for xHC enter the Halted state after the Run/Stop (R/S) bit is cleared to '0'
- - xhci-trb-ent-quirk: set if this xhci platform need to enable the Evaluate
- Next TRB(ENT) flag in the TRB data structure to force xHC to pre-fetch
- the next TRB of a TD.
- quirk-skip-phy-init: indicate that do not manage the PHY state in the HCD core
and handle this in the controller's driver.
- imod-interval-ns: default interrupt moderation interval is 5000ns
- - phys : see usb-hcd.txt in the current directory
+ - phys : see usb-hcd.yaml in the current directory
+ - offload: supporting USB offload feature, 0: disabled, 1: audio
-additionally the properties from usb-hcd.txt (in the current directory) are
+additionally the properties from usb-hcd.yaml (in the current directory) are
supported.
--
Gitblit v1.6.2