summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2014-12-11 11:29:11 +0900
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-02-04 11:16:22 +0100
commit6b404e2c27fb17e0ba8963ae6e4077a3cb15ba3c (patch)
treeaa1627d4d79bb92cc624e318cf31c0fe0c4c2c3e /Documentation
parent161dad66cc0e6b07351b6d8173c6345b994d1294 (diff)
downloadlinux-stable-6b404e2c27fb17e0ba8963ae6e4077a3cb15ba3c.tar.gz
linux-stable-6b404e2c27fb17e0ba8963ae6e4077a3cb15ba3c.tar.bz2
linux-stable-6b404e2c27fb17e0ba8963ae6e4077a3cb15ba3c.zip
phy: micrel: add of configuration for LED mode
Add support for the led-mode property for the following PHYs which have a single LED mode configuration value. KSZ8001 and KSZ8041 which both use register 0x1e bits 15,14 and KSZ8021, KSZ8031 and KSZ8051 which use register 0x1f bits 5,4 to control the LED configuration. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 20d8435a1cffa04992f1db6b199a5f0ccec2ff06) Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/micrel.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/micrel.txt b/Documentation/devicetree/bindings/net/micrel.txt
new file mode 100644
index 000000000000..98a3e61f9ee8
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/micrel.txt
@@ -0,0 +1,18 @@
+Micrel PHY properties.
+
+These properties cover the base properties Micrel PHYs.
+
+Optional properties:
+
+ - micrel,led-mode : LED mode value to set for PHYs with configurable LEDs.
+
+ Configure the LED mode with single value. The list of PHYs and
+ the bits that are currently supported:
+
+ KSZ8001: register 0x1e, bits 15..14
+ KSZ8041: register 0x1e, bits 15..14
+ KSZ8021: register 0x1f, bits 5..4
+ KSZ8031: register 0x1f, bits 5..4
+ KSZ8051: register 0x1f, bits 5..4
+
+ See the respective PHY datasheet for the mode values.