From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- 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