[PATCH v3] using mii-bitbang on different processor ports - update the booting-without-of.txt-file

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sergej Stepanov
Date: Monday, March 10, 2008 - 8:02 am

The patch updates the booting-without-of.txt-file.
There is a description for the case
if mdio data and clock pins are on different processor ports.
It extends the "[PATCH v3] using mii-bitbang on different processor ports".

Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
--

diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index 7b4e8a7..3285f58 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -2003,10 +2003,14 @@ platforms are moved over to use the flattened-device-tree model.
 
    Currently defined compatibles:
    fsl,pq1-fec-mdio (reg is same as first resource of FEC device)
-   fsl,cpm2-mdio-bitbang (reg is port C registers)
+   fsl,cpm2-mdio-bitbang
 
    Properties for fsl,cpm2-mdio-bitbang:
-   fsl,mdio-pin : pin of port C controlling mdio data
-   fsl,mdc-pin : pin of port C controlling mdio clock
+   The first reg resource is the I/O port register block on which MDC
+   resides.  The second reg resource is the I/O port register block on
+   which MDIO resides.  If there is only one reg resource, it is used for
+   both MDIO and MDC.
+   fsl,mdio-pin : pin of chosen port for controlling mdio data
+   fsl,mdc-pin : pin of chosen port for controlling mdio clock
 
    Example:

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/9] fs enet and mdio bitbang patches, Scott Wood, (Thu Sep 20, 3:00 pm)
[PATCH 1/9] fs_enet: Whitespace cleanup., Scott Wood, (Thu Sep 20, 3:01 pm)
[PATCH 3/9] fs_enet: Don't share the interrupt., Scott Wood, (Thu Sep 20, 3:01 pm)
[PATCH 5/9] fs_enet: Align receive buffers., Scott Wood, (Thu Sep 20, 3:01 pm)
[PATCH 7/9] Generic bitbanged MDIO library, Scott Wood, (Thu Sep 20, 3:01 pm)
[PATCH 9/9] fs_enet: sparse fixes, Scott Wood, (Thu Sep 20, 3:01 pm)
Re: [PATCH 3/9] fs_enet: Don't share the interrupt., Jeff Garzik, (Fri Sep 28, 10:18 pm)
Re: [PATCH 1/9] fs_enet: Whitespace cleanup., Jeff Garzik, (Fri Sep 28, 10:21 pm)
[PATCH] phy/bitbang: missing MODULE_LICENSE, Randy Dunlap, (Thu Oct 18, 12:20 pm)
Re: [PATCH] phy/bitbang: missing MODULE_LICENSE, Jeff Garzik, (Fri Oct 19, 8:03 pm)
[PATCH v3] using mii-bitbang on different processor ports ..., Sergej Stepanov, (Mon Mar 10, 8:02 am)