Add the definition for the Clause 45 IEEE PCS Status 1 Register (3.1)
reporting whether a PHY supports stopping its clock or not during LPI
(EEE).

Signed-off-by: Florian Fainelli <f.faine...@gmail.com>
---
 include/uapi/linux/mdio.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/mdio.h b/include/uapi/linux/mdio.h
index c94a510a577e..4f17427db4cd 100644
--- a/include/uapi/linux/mdio.h
+++ b/include/uapi/linux/mdio.h
@@ -96,6 +96,7 @@
 #define MDIO_STAT1_LPOWERABLE          0x0002  /* Low-power ability */
 #define MDIO_STAT1_LSTATUS             BMSR_LSTATUS
 #define MDIO_STAT1_FAULT               0x0080  /* Fault */
+#define MDIO_STAT1_CLOCK_STOP_CAPABLE  0x0040  /* Clock stop capable */
 #define MDIO_AN_STAT1_LPABLE           0x0001  /* Link partner AN ability */
 #define MDIO_AN_STAT1_ABLE             BMSR_ANEGCAPABLE
 #define MDIO_AN_STAT1_RFAULT           BMSR_RFAULT
-- 
2.9.3

Reply via email to