[PATCH v3 10/11] include: Add phy-id-list.h

Andrey Smirnov andrew.smirnov at gmail.com
Fri Jul 28 07:44:26 PDT 2017


Add phy-id-list.h as a place to share Etherent PHY IDs between board
specific code.

Acked-by: Sam Ravnborg <sam at ravnborg.org>
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
 include/phy-id-list.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 include/phy-id-list.h

diff --git a/include/phy-id-list.h b/include/phy-id-list.h
new file mode 100644
index 000000000..a6070a024
--- /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
-- 
2.13.3




More information about the barebox mailing list