2016-12-15 15:56:33

by Yegor Yefremov

[permalink] [raw]
Subject: [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names

From: Yegor Yefremov <[email protected]>

OMAP related files are actually named ehci-omap.txt and ohci-omap3.txt.

Also add full path to ohci-omap3.txt.

Signed-off-by: Yegor Yefremov <[email protected]>
---
Documentation/devicetree/bindings/mfd/omap-usb-host.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/omap-usb-host.txt b/Documentation/devicetree/bindings/mfd/omap-usb-host.txt
index 4721b2d..aa1eaa5 100644
--- a/Documentation/devicetree/bindings/mfd/omap-usb-host.txt
+++ b/Documentation/devicetree/bindings/mfd/omap-usb-host.txt
@@ -64,8 +64,8 @@ Required properties if child node exists:
Properties for children:

The OMAP HS USB Host subsystem contains EHCI and OHCI controllers.
-See Documentation/devicetree/bindings/usb/omap-ehci.txt and
-omap3-ohci.txt
+See Documentation/devicetree/bindings/usb/ehci-omap.txt and
+Documentation/devicetree/bindings/usb/ohci-omap3.txt.

Example for OMAP4:

--
2.1.4


2016-12-15 15:56:37

by Yegor Yefremov

[permalink] [raw]
Subject: [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline

From: Yegor Yefremov <[email protected]>

Signed-off-by: Yegor Yefremov <[email protected]>
---
Documentation/devicetree/bindings/usb/ehci-omap.txt | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/ehci-omap.txt b/Documentation/devicetree/bindings/usb/ehci-omap.txt
index 3dc231c..d77e11a 100644
--- a/Documentation/devicetree/bindings/usb/ehci-omap.txt
+++ b/Documentation/devicetree/bindings/usb/ehci-omap.txt
@@ -29,4 +29,3 @@ usbhsehci: ehci@4a064c00 {
&usbhsehci {
phys = <&hsusb1_phy 0 &hsusb3_phy>;
};
-
--
2.1.4

2016-12-19 22:19:57

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names

On Thu, Dec 15, 2016 at 04:56:09PM +0100, [email protected] wrote:
> From: Yegor Yefremov <[email protected]>
>
> OMAP related files are actually named ehci-omap.txt and ohci-omap3.txt.
>
> Also add full path to ohci-omap3.txt.
>
> Signed-off-by: Yegor Yefremov <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/omap-usb-host.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Rob

2016-12-19 22:20:37

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline

On Thu, Dec 15, 2016 at 04:56:10PM +0100, [email protected] wrote:
> From: Yegor Yefremov <[email protected]>
>
> Signed-off-by: Yegor Yefremov <[email protected]>
> ---
> Documentation/devicetree/bindings/usb/ehci-omap.txt | 1 -
> 1 file changed, 1 deletion(-)

Applied, thanks.

Rob