| From d52b784a2e11d763b8307a7580f0739d0cd516d3 Mon Sep 17 00:00:00 2001 |
| From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= <j.neuschaefer@gmx.net> |
| Date: Thu, 3 Oct 2019 21:31:32 +0200 |
| Subject: [PATCH] dt-bindings: usb: Fix references to usb-hcd.yaml |
| MIME-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| commit 0aa760382040cc3d70b538ade56ba9c37ed8b702 upstream. |
| |
| usb-hcd.txt has been converted to YAML. Update references accordingly. |
| |
| Fixes: 14ec072a19ad ("dt-bindings: usb: Convert USB HCD generic binding to YAML") |
| Signed-off-by: Jonathan Neuschรคfer <j.neuschaefer@gmx.net> |
| Link: https://lore.kernel.org/r/20191003193132.17758-1-j.neuschaefer@gmx.net |
| Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> |
| |
| diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt |
| index 266c2d917a28..bb5f8e80a1f4 100644 |
| --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt |
| +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt |
| @@ -32,7 +32,7 @@ Required properties: |
| "mcu_ck": mcu_bus clock for register access, |
| "dma_ck": dma_bus clock for data transfer by DMA |
| |
| - - 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 +52,7 @@ Optional properties: |
| 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: |
| diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt b/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt |
| index 3382b5cb471d..67f8b7fe3a8f 100644 |
| --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt |
| +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt |
| @@ -17,7 +17,7 @@ Required properties: |
| - clock-names : must contain "sys_ck" for clock of controller, |
| the following clocks are optional: |
| "ref_ck", "mcu_ck" and "dam_ck"; |
| - - phys : see usb-hcd.txt in the current directory |
| + - phys : see usb-hcd.yaml in the current directory |
| - dr_mode : should be one of "host", "peripheral" or "otg", |
| refer to usb/generic.txt |
| |
| @@ -53,7 +53,7 @@ Optional properties: |
| - mediatek,u3p-dis-msk : mask to disable u3ports, bit0 for u3port0, |
| bit1 for u3port1, ... etc; |
| |
| -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. |
| |
| Sub-nodes: |
| diff --git a/Documentation/devicetree/bindings/usb/usb-uhci.txt b/Documentation/devicetree/bindings/usb/usb-uhci.txt |
| index cc2e6f7d602e..d1702eb2c8bd 100644 |
| --- a/Documentation/devicetree/bindings/usb/usb-uhci.txt |
| +++ b/Documentation/devicetree/bindings/usb/usb-uhci.txt |
| @@ -6,7 +6,7 @@ Required properties: |
| - reg : Should contain 1 register ranges(address and length) |
| - interrupts : UHCI controller interrupt |
| |
| -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: |
| diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt |
| index 97400e8f8605..b49b819571f9 100644 |
| --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt |
| +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt |
| @@ -41,9 +41,9 @@ Optional properties: |
| - usb3-lpm-capable: determines if platform is USB3 LPM capable |
| - quirk-broken-port-ped: set if the controller has broken port disable mechanism |
| - 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 |
| |
| -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. |
| |
| |
| -- |
| 2.27.0 |
| |