From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- 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