|
|
@@ -13,18 +13,15 @@ Signed-off-by: Roman Yeryomin <[email protected]>
|
|
|
|
|
|
--- a/drivers/net/phy/at803x.c
|
|
|
+++ b/drivers/net/phy/at803x.c
|
|
|
-@@ -55,6 +55,10 @@
|
|
|
- #define AT803X_DEBUG_ADDR 0x1D
|
|
|
- #define AT803X_DEBUG_DATA 0x1E
|
|
|
-
|
|
|
-+#define AT803X_REG_CHIP_CONFIG 0x1f
|
|
|
-+#define AT803X_BT_BX_REG_SEL 0x8000
|
|
|
+@@ -46,6 +46,7 @@
|
|
|
+ #define AT803X_FUNC_DATA 0x4003
|
|
|
+ #define AT803X_REG_CHIP_CONFIG 0x1f
|
|
|
+ #define AT803X_BT_BX_REG_SEL 0x8000
|
|
|
+#define AT803X_SGMII_ANEG_EN 0x1000
|
|
|
-+
|
|
|
- #define AT803X_MODE_CFG_MASK 0x0F
|
|
|
- #define AT803X_MODE_CFG_SGMII 0x01
|
|
|
|
|
|
-@@ -293,6 +297,27 @@ static int at803x_config_init(struct phy
|
|
|
+ #define AT803X_PCS_SMART_EEE_CTRL3 0x805D
|
|
|
+ #define AT803X_SMART_EEE_CTRL3_LPI_TX_DELAY_SEL_MASK 0x3
|
|
|
+@@ -295,6 +296,27 @@ static int at803x_config_init(struct phy
|
|
|
{
|
|
|
struct at803x_platform_data *pdata;
|
|
|
int ret;
|