kernel: remove duplicate #define's in at803x Ethernet PHY driver
[openwrt/openwrt.git] / target / linux / generic / pending-4.14 / 735-net-phy-at803x-fix-at8033-sgmii-mode.patch
index 1f689850bd73d0f25a4f33a2293a447eb51bf12e..381b2d09fab63259909af66c650105ab0e94937e 100644 (file)
@@ -13,18 +13,15 @@ Signed-off-by: Roman Yeryomin <roman@advem.lv>
 
 --- 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;