aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/micrel_phy.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-05-21 14:20:08 +0000
committerDavid S. Miller <davem@davemloft.net>2012-05-22 15:20:28 -0400
commit35c579070a349cfe54f9e09a47df2c5b68d58469 (patch)
tree57eb18bbc513a5568baa6859d5b71155a1c1b2b2 /include/linux/micrel_phy.h
parentmISDN: Add X-Tensions USB ISDN TA XC-525 (diff)
downloadwireguard-linux-35c579070a349cfe54f9e09a47df2c5b68d58469.tar.xz
wireguard-linux-35c579070a349cfe54f9e09a47df2c5b68d58469.zip
phy/micrel: Fix ID of KSZ9021
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>
Diffstat (limited to 'include/linux/micrel_phy.h')
-rw-r--r--include/linux/micrel_phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h
index dd8da342a991..61f0905bdc48 100644
--- a/include/linux/micrel_phy.h
+++ b/include/linux/micrel_phy.h
@@ -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