summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2013-10-22 12:46:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-26 10:12:05 +0200
commit5d3cb01271c6644b10146b0304afb24cce76b28c (patch)
treec70c23863fef10f72589cd1a4b6608a6d08f4643 /include
parentcf9b0c6927126a4f6e520a242378b5166aaa87a4 (diff)
downloadbarebox-5d3cb01271c6644b10146b0304afb24cce76b28c.tar.gz
barebox-5d3cb01271c6644b10146b0304afb24cce76b28c.tar.xz
net: phy: Add micrel KSZ8031
KSZ8031 is similar to KSZ8021. It can use the same functions. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/micrel_phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h
index 9dbb41a4e2..8752dbbc61 100644
--- a/include/linux/micrel_phy.h
+++ b/include/linux/micrel_phy.h
@@ -19,6 +19,7 @@
#define PHY_ID_KSZ9021 0x00221610
#define PHY_ID_KS8737 0x00221720
#define PHY_ID_KSZ8021 0x00221555
+#define PHY_ID_KSZ8031 0x00221556
#define PHY_ID_KSZ8041 0x00221510
#define PHY_ID_KSZ8051 0x00221550
/* same id: ks8001 Rev. A/B, and ks8721 Rev 3. */