summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRobert Hancock <hancock@sedsystems.ca>2019-06-12 14:49:06 -0600
committerDavid S. Miller <davem@davemloft.net>2019-06-14 19:11:53 -0700
commit79c8bd15b61eca456c49d20d083f02a2614b4d12 (patch)
treea1a6a97dabe62a2e9abe505cdd06527ff1895bd4 /Documentation
parent1fc33199185ddb2296270a7ae8114c40ab28b17b (diff)
downloadlinux-stable-79c8bd15b61eca456c49d20d083f02a2614b4d12.tar.gz
linux-stable-79c8bd15b61eca456c49d20d083f02a2614b4d12.tar.bz2
linux-stable-79c8bd15b61eca456c49d20d083f02a2614b4d12.zip
net: dsa: microchip: Support optional 125MHz SYNCLKO output
The KSZ9477 series chips have a SYNCLKO pin which by default outputs a 25MHz clock, but some board setups require a 125MHz clock instead. Added a microchip,synclko-125 device tree property to allow indicating a 125MHz clock output is required. Signed-off-by: Robert Hancock <hancock@sedsystems.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/dsa/ksz.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/ksz.txt b/Documentation/devicetree/bindings/net/dsa/ksz.txt
index e7db7268fd0f..4ac21cef370e 100644
--- a/Documentation/devicetree/bindings/net/dsa/ksz.txt
+++ b/Documentation/devicetree/bindings/net/dsa/ksz.txt
@@ -16,6 +16,8 @@ Required properties:
Optional properties:
- reset-gpios : Should be a gpio specifier for a reset line
+- microchip,synclko-125 : Set if the output SYNCLKO frequency should be set to
+ 125MHz instead of 25MHz.
See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
required and optional properties.