diff options
author | Woojung Huh <Woojung.Huh@microchip.com> | 2017-05-31 20:19:13 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-31 20:56:31 -0400 |
commit | fc3973a1fa090d5f5437621a9ae1f2232a04ee5b (patch) | |
tree | fd48e9940152c012b173554a372e16d6235b67c0 /include/linux/micrel_phy.h | |
parent | 8b8010fb7876e816300ddd60fa089e9ceb209f3e (diff) | |
download | linux-fc3973a1fa090d5f5437621a9ae1f2232a04ee5b.tar.gz linux-fc3973a1fa090d5f5437621a9ae1f2232a04ee5b.tar.bz2 linux-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.h | 2 |
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 |