Skip to content

Commit 042b867

Browse files
amboardavem330
authored andcommitted
dt-bindings: net: ftgmac100: Describe clock properties
Critically, the AST2600 requires ungating the RMII RCLK if e.g. NCSI is in use. Signed-off-by: Andrew Jeffery <[email protected]> Acked-by: Joel Stanley <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6a3c52f commit 042b867

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/net/ftgmac100.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Optional properties:
2424
- no-hw-checksum: Used to disable HW checksum support. Here for backward
2525
compatibility as the driver now should have correct defaults based on
2626
the SoC.
27+
- clocks: In accordance with the generic clock bindings. Must describe the MAC
28+
IP clock, and optionally an RMII RCLK gate for the AST2500/AST2600. The
29+
required MAC clock must be the first cell.
30+
- clock-names:
31+
32+
- "MACCLK": The MAC IP clock
33+
- "RCLK": Clock gate for the RMII RCLK
2734

2835
Example:
2936

0 commit comments

Comments
 (0)