Skip to content

Commit

Permalink
phy/micrel: Fix ID of KSZ9021
Browse files Browse the repository at this point in the history
Right ID of KSZ9021 is 0x00221610.
Because lower 4bit is a revision number, it varies according to a chip.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: David J. Choi <david.choi@micrel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Nobuhiro Iwamatsu authored and David S. Miller committed May 22, 2012
1 parent 2cfb311 commit 35c5790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/micrel_phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MICREL_PHY_ID_MASK 0x00fffff0

#define PHY_ID_KSZ9021 0x00221611
#define PHY_ID_KSZ9021 0x00221610
#define PHY_ID_KS8737 0x00221720
#define PHY_ID_KS8041 0x00221510
#define PHY_ID_KS8051 0x00221550
Expand Down

0 comments on commit 35c5790

Please sign in to comment.