aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings/net
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@bootlin.com>2018-10-08 12:14:41 +0200
committerDavid S. Miller <davem@davemloft.net>2018-10-08 10:31:27 -0700
commit9494a6c2e4f6ce21a1e6885145171f90c4492131 (patch)
treeea66bc59694ad3dd70fdd290b45d5e758b2f12e1 /include/dt-bindings/net
parentMerge branch 'net-phy-mscc-various-improvements-to-Microsemi-PHY-driver' (diff)
downloadwireguard-linux-9494a6c2e4f6ce21a1e6885145171f90c4492131.tar.xz
wireguard-linux-9494a6c2e4f6ce21a1e6885145171f90c4492131.zip
dt-bindings: net: vsc8531: add two additional LED modes for VSC8584
The VSC8584 (and most likely other PHYs in the same generation) has two additional LED modes that can be picked, so let's add them. Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/net')
-rw-r--r--include/dt-bindings/net/mscc-phy-vsc8531.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/net/mscc-phy-vsc8531.h b/include/dt-bindings/net/mscc-phy-vsc8531.h
index 697161f80eb5..9eb2ec2b2ea9 100644
--- a/include/dt-bindings/net/mscc-phy-vsc8531.h
+++ b/include/dt-bindings/net/mscc-phy-vsc8531.h
@@ -18,9 +18,11 @@
#define VSC8531_LINK_100_1000_ACTIVITY 4
#define VSC8531_LINK_10_1000_ACTIVITY 5
#define VSC8531_LINK_10_100_ACTIVITY 6
+#define VSC8584_LINK_100FX_1000X_ACTIVITY 7
#define VSC8531_DUPLEX_COLLISION 8
#define VSC8531_COLLISION 9
#define VSC8531_ACTIVITY 10
+#define VSC8584_100FX_1000X_ACTIVITY 11
#define VSC8531_AUTONEG_FAULT 12
#define VSC8531_SERIAL_MODE 13
#define VSC8531_FORCE_LED_OFF 14