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/rockchip,dwc3.txt | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/usb/rockchip,dwc3.txt b/kernel/Documentation/devicetree/bindings/usb/rockchip,dwc3.txt index 44b8b57..9452049 100644 --- a/kernel/Documentation/devicetree/bindings/usb/rockchip,dwc3.txt +++ b/kernel/Documentation/devicetree/bindings/usb/rockchip,dwc3.txt @@ -1,9 +1,7 @@ Rockchip SuperSpeed DWC3 USB SoC controller Required properties: -- compatible : should be one of the listed compatibles: - - "rockchip,rk1808-dwc3": for rk1808 SoC; - - "rockchip,rk3399-dwc3": for rk3399 SoC; +- compatible: should contain "rockchip,rk3399-dwc3" for rk3399 SoC - clocks: A list of phandle + clock-specifier pairs for the clocks listed in clock-names - clock-names: Should contain the following: @@ -18,7 +16,7 @@ the node is not important. The content of the node is defined in dwc3.txt. Phy documentation is provided in the following places: -Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt - USB2.0 PHY +Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml - USB2.0 PHY Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt - Type-C PHY Example device nodes: -- Gitblit v1.6.2