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 <vineeth.karumanchi@xxxxxxx> --- .../devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml b/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml index 0f781dac6717..d84d13fb2c54 100644 --- a/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml +++ b/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml @@ -31,6 +31,13 @@ properties: phy-handle: $ref: ethernet-controller.yaml#/properties/phy-handle + clocks: + maxItems: 1 + + clock-names: + const: clkin + description: 200/375 MHz free-running clock is used as a input clock. + required: - compatible - reg @@ -51,5 +58,7 @@ examples: compatible = "xlnx,gmii-to-rgmii-1.0"; reg = <8>; phy-handle = <&phy>; + clocks = <&dummy>; + clock-names = "clkin"; }; }; -- 2.34.1