Commit c1d96671 authored by Vineeth Karumanchi's avatar Vineeth Karumanchi Committed by David S. Miller
Browse files

dt-bindings: net: xilinx_gmii2rgmii: Add clock support



Add "clocks" bindings for the input clock.

Signed-off-by: default avatarVineeth Karumanchi <vineeth.karumanchi@amd.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2942dfab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -31,6 +31,10 @@ properties:
  phy-handle:
    $ref: ethernet-controller.yaml#/properties/phy-handle

  clocks:
    items:
      - description: 200/375 MHz free-running clock is used as input clock.

required:
  - compatible
  - reg
@@ -51,5 +55,6 @@ examples:
            compatible = "xlnx,gmii-to-rgmii-1.0";
            reg = <8>;
            phy-handle = <&phy>;
            clocks = <&dummy>;
        };
    };