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/mediatek,mtk-xhci.txt | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt b/kernel/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt index 266c2d9..42d8814 100644 --- a/kernel/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt +++ b/kernel/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt @@ -30,9 +30,10 @@ the following ones are optional: "ref_ck": reference clock used by low power mode etc, "mcu_ck": mcu_bus clock for register access, - "dma_ck": dma_bus clock for data transfer by DMA + "dma_ck": dma_bus clock for data transfer by DMA, + "xhci_ck": controller clock - - phys : see usb-hcd.txt in the current directory + - phys : see usb-hcd.yaml in the current directory Optional properties: - wakeup-source : enable USB remote wakeup; @@ -52,7 +53,7 @@ See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt - imod-interval-ns: default interrupt moderation interval is 5000ns -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. Example: @@ -100,7 +101,7 @@ - clocks : a list of phandle + clock-specifier pairs, one for each entry in clock-names - clock-names : must contain "sys_ck", and the following ones are optional: - "ref_ck", "mcu_ck" and "dma_ck" + "ref_ck", "mcu_ck" and "dma_ck", "xhci_ck" Optional properties: - vbus-supply : reference to the VBUS regulator; -- Gitblit v1.6.2