From 1070fd6a50ef572e8f4d0ce9b9a65e0675dc23e3 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Tue, 24 Apr 2007 07:26:10 +1000 Subject: [PATCH] --- yaml --- r: 54993 b: refs/heads/master c: 60c1922c6909b2d1242d8476069d8459b859de59 h: refs/heads/master i: 54991: 4d23b5bcb467b1b606eb6e8c275d7cafce175cc0 v: v3 --- [refs] | 2 +- trunk/Documentation/powerpc/booting-without-of.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 767accc570ea..9307342bcefa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 650f7b3b2f0ead0673e90452cf3dedde97c537ba +refs/heads/master: 60c1922c6909b2d1242d8476069d8459b859de59 diff --git a/trunk/Documentation/powerpc/booting-without-of.txt b/trunk/Documentation/powerpc/booting-without-of.txt index 033a3f3b3ab7..d4bfae75c946 100644 --- a/trunk/Documentation/powerpc/booting-without-of.txt +++ b/trunk/Documentation/powerpc/booting-without-of.txt @@ -1560,6 +1560,9 @@ platforms are moved over to use the flattened-device-tree model. network device. This is used by the bootwrapper to interpret MAC addresses passed by the firmware when no information other than indices is available to associate an address with a device. + - phy-connection-type : a string naming the controller/PHY interface type, + i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id", "tbi", + or "rtbi". Example: ucc@2000 { @@ -1574,6 +1577,7 @@ platforms are moved over to use the flattened-device-tree model. rx-clock = "none"; tx-clock = "clk9"; phy-handle = <212000>; + phy-connection-type = "gmii"; pio-handle = <140001>; };