Message ID | 20240528062008.1594657-2-vineeth.karumanchi@amd.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c1d96671088f03e7a685ce1fd3d745af85193141 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: xilinx_gmii2rgmii: Add clock support | expand |
On 28/05/2024 08:20, Vineeth Karumanchi wrote: > Add "clocks" bindings for the input clock. > > Signed-off-by: Vineeth Karumanchi <vineeth.karumanchi@amd.com> > --- > .../devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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>; }; };
Add "clocks" bindings for the input clock. Signed-off-by: Vineeth Karumanchi <vineeth.karumanchi@amd.com> --- .../devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml | 5 +++++ 1 file changed, 5 insertions(+)