aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/micrel_phy.h
diff options
context:
space:
mode:
authorWoojung Huh <Woojung.Huh@microchip.com>2017-05-31 20:19:13 +0000
committerDavid S. Miller <davem@davemloft.net>2017-05-31 20:56:31 -0400
commitfc3973a1fa090d5f5437621a9ae1f2232a04ee5b (patch)
treefd48e9940152c012b173554a372e16d6235b67c0 /include/linux/micrel_phy.h
parentdsa: add support for Microchip KSZ tail tagging (diff)
downloadlinux-dev-fc3973a1fa090d5f5437621a9ae1f2232a04ee5b.tar.xz
linux-dev-fc3973a1fa090d5f5437621a9ae1f2232a04ee5b.zip
phy: micrel: add Microchip KSZ 9477 Switch PHY support
Adding Microchip 9477 Phy included in KSZ9477 Switch. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Woojung Huh <Woojung.Huh@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/micrel_phy.h')
-rw-r--r--include/linux/micrel_phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h
index f541da68d1e7..472fa4d4ea62 100644
--- a/include/linux/micrel_phy.h
+++ b/include/linux/micrel_phy.h
@@ -37,6 +37,8 @@
#define PHY_ID_KSZ8795 0x00221550
+#define PHY_ID_KSZ9477 0x00221631
+
/* struct phy_device dev_flags definitions */
#define MICREL_PHY_50MHZ_CLK 0x00000001
#define MICREL_PHY_FXEN 0x00000002