mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
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>
This commit is contained in:
committed by
David S. Miller
parent
2942dfab63
commit
c1d9667108
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user