Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1418630 > unrolled thread

[PATCH v2] Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties

Started byAaro Koskinen <aaro.koskinen@iki.fi>
First post2016-06-09 22:40 +0200
Last post2016-06-10 20:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties Aaro Koskinen <aaro.koskinen@iki.fi> - 2016-06-09 22:40 +0200
    Re: [PATCH v2] Documentation/devicetree: document cavium-pip  rx-delay/tx-delay properties Rob Herring <robh@kernel.org> - 2016-06-10 20:00 +0200

#1418630 — [PATCH v2] Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties

FromAaro Koskinen <aaro.koskinen@iki.fi>
Date2016-06-09 22:40 +0200
Subject[PATCH v2] Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties
Message-ID<rIeUa-2WE-7@gated-at.bofh.it>
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>
---

	v2: Update the description.

	v1: http://marc.info/?l=devicetree&m=146507906104224&w=2

 Documentation/devicetree/bindings/net/cavium-pip.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/cavium-pip.txt b/Documentation/devicetree/bindings/net/cavium-pip.txt
index 7dbd158..e3b8fe71 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:
 
 - phy-handle: Optional, see ethernet.txt file in the same directory.
 
+- rx-delay: Delay value for RGMII receive clock. Optional. Disabled if 0.
+  Value range is 1-31, and mapping to the actual delay varies depending on HW.
+
+- tx-delay: Delay value for RGMII transmit clock. Optional. Disabled if 0.
+  Value range is 1-31, and mapping to the actual delay varies depending on HW.
+
 Example:
 
 	pip@11800a0000000 {
-- 
2.7.2

[toc] | [next] | [standalone]


#1419632 — Re: [PATCH v2] Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties

FromRob Herring <robh@kernel.org>
Date2016-06-10 20:00 +0200
SubjectRe: [PATCH v2] Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties
Message-ID<rIySR-7H3-15@gated-at.bofh.it>
In reply to#1418630
On Thu, Jun 09, 2016 at 11:37:28PM +0300, Aaro Koskinen wrote:
> 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>
> ---
> 
> 	v2: Update the description.
> 
> 	v1: http://marc.info/?l=devicetree&m=146507906104224&w=2
> 
>  Documentation/devicetree/bindings/net/cavium-pip.txt | 6 ++++++
>  1 file changed, 6 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web