mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
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>
This commit is contained in:
parent
8b8010fb78
commit
fc3973a1fa
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue