From: Vineeth Karumanchi Date: Tue, 28 May 2024 06:20:07 +0000 (+0530) Subject: dt-bindings: net: xilinx_gmii2rgmii: Add clock support X-Git-Tag: v6.11-rc1~163^2~299^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1d96671088f03e7a685ce1fd3d745af85193141;p=thirdparty%2Flinux.git dt-bindings: net: xilinx_gmii2rgmii: Add clock support Add "clocks" bindings for the input clock. Signed-off-by: Vineeth Karumanchi Reviewed-by: Krzysztof Kozlowski Signed-off-by: David S. Miller --- diff --git a/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml b/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml index 0f781dac6717c..eb803ddd13e0a 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>; }; };