lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 06 Nov 2007 09:51:57 +0100 From: Sergej Stepanov <Sergej.Stepanov@....de> To: linuxppc-dev@...abs.org, netdev@...r.kernel.org, jgarzik@...ox.com Subject: [PATCH] using mii-bitbang on different processor ports - update the booting-without-of.txt-file 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 is a extending for e-mail "[PATCH v3] using mii-bitbang on different processor ports". Signed-off-by: Sergej Stepanov <Sergej.Stepanov@....de> -- diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index a96e853..497d8d8 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt @@ -1956,6 +1956,12 @@ platforms are moved over to use the flattened-device-tree model. fsl,mdc-pin = <13>; }; + The "reg"-property may have also depending on board design + the following form: + reg = <10d40 14 10d60 14>; + In that case the pin for mdio data controlling is on the port C, + and the pin for mdio clock controlling is on the port D. + v) Baud Rate Generators Currently defined compatibles: - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists