Skip to content

Commit ce4a068

Browse files
vineethchowdharyNipaLocal
authored andcommitted
dt-bindings: net: xilinx_gmii2rgmii: Add clock support
Add input clock support to gmii_to_rgmii IP. Add "clocks" and "clock_names" bindings, "clkin" is the input clock name. Signed-off-by: Vineeth Karumanchi <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent db01165 commit ce4a068

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ properties:
3131
phy-handle:
3232
$ref: ethernet-controller.yaml#/properties/phy-handle
3333

34+
clocks:
35+
maxItems: 1
36+
37+
clock-names:
38+
const: clkin
39+
description: 200/375 MHz free-running clock is used as a input clock.
40+
3441
required:
3542
- compatible
3643
- reg
@@ -51,5 +58,7 @@ examples:
5158
compatible = "xlnx,gmii-to-rgmii-1.0";
5259
reg = <8>;
5360
phy-handle = <&phy>;
61+
clocks = <&dummy>;
62+
clock-names = "clkin";
5463
};
5564
};

0 commit comments

Comments
 (0)