Skip to content

Commit af89606

Browse files
ffainellidavem330
authored andcommitted
dt-bindings: net: Document Broadcom SYSTEMPORT clocks
The Broadcom SYSTEMPORT adapters require the use of two clocks for normal operations and during Wake-on-LAN, document those in the binding document. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2adc6ed commit af89606

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/net/brcm,systemport.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Optional properties:
2020
- systemport,num-tier1-arb: number of tier 1 arbiters, an integer
2121
- systemport,num-txq: number of HW transmit queues, an integer
2222
- systemport,num-rxq: number of HW receive queues, an integer
23+
- clocks: When provided, must be two phandles to the functional clocks nodes of
24+
the SYSTEMPORT block. The first phandle is the main SYSTEMPORT clock used
25+
during normal operation, while the second phandle is the Wake-on-LAN clock.
26+
- clock-names: When provided, names of the functional clock phandles, first
27+
name should be "sw_sysport" and second should be "sw_sysportwol".
2328

2429
Example:
2530
ethernet@f04a0000 {

0 commit comments

Comments
 (0)