diff options
author | Vineeth Karumanchi <vineeth.karumanchi@amd.com> | 2024-05-28 09:20:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-05-29 15:10:57 +0300 |
commit | c1d96671088f03e7a685ce1fd3d745af85193141 (patch) | |
tree | 2be7012ddf62ae224f268347b3f6c75a14d4973d /Documentation/devicetree/bindings/net | |
parent | 2942dfab630444d46aaa37fb7d629b620abbf6ba (diff) | |
download | linux-c1d96671088f03e7a685ce1fd3d745af85193141.tar.xz |
dt-bindings: net: xilinx_gmii2rgmii: Add clock support
Add "clocks" bindings for the input clock.
Signed-off-by: Vineeth Karumanchi <vineeth.karumanchi@amd.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml b/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml index 0f781dac6717..eb803ddd13e0 100644 --- a/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml +++ b/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml @@ -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>; }; }; |