projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0126c64
)
net/phy: Add phy-id for IN112525_S03
author
Priyanka Jain
<priyanka.jain@nxp.com>
Thu, 11 Oct 2018 04:47:05 +0000
(
04:47
+0000)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Wed, 24 Oct 2018 19:45:38 +0000
(14:45 -0500)
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/phy.h
patch
|
blob
|
history
diff --git
a/include/phy.h
b/include/phy.h
index d6a83150cf688237010ec7d7db4a5b5f83b09605..b86fdfb2ce341676d48109a7aebf9affbfc246aa 100644
(file)
--- a/
include/phy.h
+++ b/
include/phy.h
@@
-275,8
+275,9
@@
static inline bool phy_interface_is_sgmii(struct phy_device *phydev)
}
/* PHY UIDs for various PHYs that are referenced in external code */
-#define PHY_UID_CS4340 0x13e51002
-#define PHY_UID_CS4223 0x03e57003
-#define PHY_UID_TN2020 0x00a19410
+#define PHY_UID_CS4340 0x13e51002
+#define PHY_UID_CS4223 0x03e57003
+#define PHY_UID_TN2020 0x00a19410
+#define PHY_UID_IN112525_S03 0x02107440
#endif