ipq807x: Remove the Aquantia autoneg

Change-Id: I46ab6c39d2d4e9a86cedb7756799a5834a3c23b1
Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
Sham Muthayyan 2020-02-19 17:56:08 +05:30 committed by Gerrit - the friendly Code Review server
parent 916afda2a5
commit 08d0424ac7

View file

@ -237,8 +237,6 @@ static void ppe_uniphy_usxgmii_mode_set(uint32_t uniphy_index)
reg_value &= ~SS5;
reg_value |= SS6 | SS13 | DUPLEX_MODE;
csr1_write(uniphy_index, SR_MII_CTRL_ADDRESS, reg_value);
if (uniphy_index == PPE_UNIPHY_INSTANCE2);
ipq_mdio_write(0x7, ((1<<30) | (4<<16) | 0xc441), 8);
}
void ppe_uniphy_mode_set(uint32_t uniphy_index, uint32_t mode)