[Crosstoolchain-logs] [device-tree-compiler] 36/357: [PATCH] dtc: Update flat OF doc for new mdio properties

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:05:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit f192a7ae0ba797478920b7980159e0b2047b45f1
Author: Becky Bruce <bgill at freescale.com>
Date:   Tue Jan 10 13:16:28 2006 -0600

    [PATCH] dtc: Update flat OF doc for new mdio properties
    
    Add device-type and compatible as required fields for mdio node; add eTSEC
    to ethernet model options.
    
    Signed-off-by: Becky Bruce <Becky.bruce at freescale.com>
---
 Documentation/booting-without-of.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/booting-without-of.txt b/Documentation/booting-without-of.txt
index 1be1760..60d5b7a 100644
--- a/Documentation/booting-without-of.txt
+++ b/Documentation/booting-without-of.txt
@@ -1162,6 +1162,9 @@ platforms are moved over to use the flattened-device-tree model.
 
   Required properties:
     - reg : Offset and length of the register set for the device
+    - device_type : Should be "mdio"
+    - compatible : Should define the compatible device type for the
+      mdio.  Currently, this is most likely to be "gianfar"
 
   Example:
 
@@ -1179,7 +1182,7 @@ platforms are moved over to use the flattened-device-tree model.
   Required properties:
 
     - device_type : Should be "network"
-    - model : Model of the device.  Can be "TSEC" or "FEC"
+    - model : Model of the device.  Can be "TSEC", "eTSEC", or "FEC"
     - compatible : Should be "gianfar"
     - reg : Offset and length of the register set for the device
     - address : List of bytes representing the ethernet address of
@@ -1317,6 +1320,8 @@ not necessary as they are usually the same as the root node.
 
 		mdio at 24520 {
 			reg = <24520 20>;
+			device_type = "mdio"; 
+			compatible = "gianfar";
 
 			ethernet-phy at 0 {
 				linux,phandle = <2452000>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list