diff options
| author | shubhrajyoti.datta@xilinx.com <shubhrajyoti.datta@xilinx.com> | 2016-08-16 00:44:50 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-08-18 23:58:42 -0400 |
| commit | aead88bd0e990540c03df8108671c93b35354736 (patch) | |
| tree | b74ba246bf7717f032439c66b7c773288866f12c /Documentation/devicetree/bindings/net | |
| parent | d52bfbda774a9996e0687511ab7a9cd67d195d05 (diff) | |
net: ethernet: macb: Add support for rx_clk
Some of the platforms like zynqmp ultrascale+ has a
separate clock gate for the rx clock. Add an optional
rx_clk so that the clock can be enabled.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
| -rw-r--r-- | Documentation/devicetree/bindings/net/macb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index b5a42df4c928..1506e948610c 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt | |||
| @@ -21,6 +21,7 @@ Required properties: | |||
| 21 | - clock-names: Tuple listing input clock names. | 21 | - clock-names: Tuple listing input clock names. |
| 22 | Required elements: 'pclk', 'hclk' | 22 | Required elements: 'pclk', 'hclk' |
| 23 | Optional elements: 'tx_clk' | 23 | Optional elements: 'tx_clk' |
| 24 | Optional elements: 'rx_clk' applies to cdns,zynqmp-gem | ||
| 24 | - clocks: Phandles to input clocks. | 25 | - clocks: Phandles to input clocks. |
| 25 | 26 | ||
| 26 | Optional properties for PHY child node: | 27 | Optional properties for PHY child node: |
