diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2016-06-09 16:37:28 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-07-18 18:18:35 -0400 |
commit | 0102788f3c44e6a4bdfc6346d4f025d2a3a0d795 (patch) | |
tree | c2140e9063b93d35432dcf448a358d3833c01ae5 | |
parent | 606ad42aa3b1fe8bb122305bef5aea79a6cef54b (diff) |
Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties
Document cavium-pip rx-delay/tx-delay properties. Currently the board
specific values need to be hardcoded in the platform code, which we
want to avoid when moving to DT-only booting.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/cavium-pip.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/cavium-pip.txt b/Documentation/devicetree/bindings/net/cavium-pip.txt index 7dbd158810d2..e3b8fe71762b 100644 --- a/Documentation/devicetree/bindings/net/cavium-pip.txt +++ b/Documentation/devicetree/bindings/net/cavium-pip.txt | |||
@@ -37,6 +37,12 @@ Properties for PIP port which is a child the PIP interface: | |||
37 | 37 | ||
38 | - phy-handle: Optional, see ethernet.txt file in the same directory. | 38 | - phy-handle: Optional, see ethernet.txt file in the same directory. |
39 | 39 | ||
40 | - rx-delay: Delay value for RGMII receive clock. Optional. Disabled if 0. | ||
41 | Value range is 1-31, and mapping to the actual delay varies depending on HW. | ||
42 | |||
43 | - tx-delay: Delay value for RGMII transmit clock. Optional. Disabled if 0. | ||
44 | Value range is 1-31, and mapping to the actual delay varies depending on HW. | ||
45 | |||
40 | Example: | 46 | Example: |
41 | 47 | ||
42 | pip@11800a0000000 { | 48 | pip@11800a0000000 { |