Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1667682
| From | Rafal Ozieblo <rafalo@cadence.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 2/4] net: macb: Add tsu_clk to device tree |
| Date | 2017-06-16 14:10 +0200 |
| Message-ID | <tSYeB-8fF-3@gated-at.bofh.it> (permalink) |
| References | <tSY4W-7Xg-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Rafal Ozieblo <rafalo@cadence.com> Acked-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/net/macb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index 1506e94..27966ae 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -22,6 +22,7 @@ Required properties: Required elements: 'pclk', 'hclk' Optional elements: 'tx_clk' Optional elements: 'rx_clk' applies to cdns,zynqmp-gem + Optional elements: 'tsu_clk' - clocks: Phandles to input clocks. Optional properties for PHY child node: -- 2.4.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] PTP support for macb driver Rafal Ozieblo <rafalo@cadence.com> - 2017-06-16 14:00 +0200 [PATCH v3 2/4] net: macb: Add tsu_clk to device tree Rafal Ozieblo <rafalo@cadence.com> - 2017-06-16 14:10 +0200 [PATCH v3 1/4] net: macb: Add support for PTP timestamps in DMA descriptors Rafal Ozieblo <rafalo@cadence.com> - 2017-06-16 14:10 +0200 [PATCH v3 4/4] net: macb: Add hardware PTP support Rafal Ozieblo <rafalo@cadence.com> - 2017-06-16 14:10 +0200 Re: [PATCH v3 0/4] PTP support for macb driver David Miller <davem@davemloft.net> - 2017-06-19 20:30 +0200
csiph-web