powerpc/fsl: Add FMan Port 10G compatibles
authorIgal Liberman <igal.liberman@freescale.com>
Mon, 1 Jun 2015 12:06:51 +0000 (15:06 +0300)
committerScott Wood <scottwood@freescale.com>
Fri, 5 Jun 2015 06:53:52 +0000 (01:53 -0500)
This patch adds two boolean properties to FMan Port.
FMan has 3 types of ports:
- 1G ports
By default, all ports support 1G rate
- 10G Ports
Port which use 10G hardware, and configured as 10G
- 10G Best effort ports
Ports which use 1G hardware, configured as 10G, in this case,
the rate is not guaranteed.
The new properties help to distinguish the different type of ports.

Signed-off-by: Igal Liberman <igal.liberman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Documentation/devicetree/bindings/powerpc/fsl/fman.txt

index edda55f7400415a41d70efc9ecc9245d0cc60996..1fc5328c0651bb7d5219fa75887d8c2f630df3dc 100644 (file)
@@ -189,6 +189,19 @@ PROPERTIES
                Definition: There is one reg region describing the port
                configuration registers.
 
+- fsl,fman-10g-port
+               Usage: optional
+               Value type: boolean
+               Definition: The default port rate is 1G.
+               If this property exists, the port is s 10G port.
+
+- fsl,fman-best-effort-port
+               Usage: optional
+               Value type: boolean
+               Definition: Can be defined only if 10G-support is set.
+               This property marks a best-effort 10G port (10G port that
+               may not be capable of line rate).
+
 EXAMPLE
 
 port@a8000 {