summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2017-07-28 07:44:26 -0700
committerLucas Stach <l.stach@pengutronix.de>2017-07-30 21:20:03 +0200
commit738af50a20c2a3e6f035cd4b805c69091ac854de (patch)
tree27cf0081b002012064ecc6350943f11e8bc4cd58 /include
parent9bf4951e77e9c73af1de70ab124b60042f74bd7f (diff)
downloadbarebox-738af50a20c2a3e6f035cd4b805c69091ac854de.tar.gz
barebox-738af50a20c2a3e6f035cd4b805c69091ac854de.tar.xz
include: Add phy-id-list.h
Add phy-id-list.h as a place to share Etherent PHY IDs between board specific code. Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/phy-id-list.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/phy-id-list.h b/include/phy-id-list.h
new file mode 100644
index 0000000000..a6070a0248
--- /dev/null
+++ b/include/phy-id-list.h
@@ -0,0 +1,12 @@
+/*
+ * List of all Etherenet PHY IDs that is not found in any .h files in
+ * include/linux
+ */
+
+
+#ifndef __PHY_ID_LIST__
+#define __PHY_ID_LIST__
+
+#define PHY_ID_BCM54220 0x600d8589
+
+#endif