mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 09:21:26 +01:00
Merge "drivers: net: add Marvel X3410 10GE support"
This commit is contained in:
commit
215f7d2e17
2 changed files with 2 additions and 0 deletions
|
|
@ -2190,6 +2190,7 @@ int ipq9574_edma_init(void *edma_board_cfg)
|
|||
case AQUANTIA_PHY_113C_A1:
|
||||
case AQUANTIA_PHY_113C_B0:
|
||||
case AQUANTIA_PHY_113C_B1:
|
||||
case MARVELL_PHY_X3410:
|
||||
ipq_board_fw_download(phy_addr);
|
||||
mdelay(100);
|
||||
ipq_qca_aquantia_phy_init(&ipq9574_edma_dev[i]->ops[phy_id], phy_addr);
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
#define AQUANTIA_PHY_113C_A1 0x31c31C11
|
||||
#define AQUANTIA_PHY_113C_B0 0x31c31C12
|
||||
#define AQUANTIA_PHY_113C_B1 0x31c31C13
|
||||
#define MARVELL_PHY_X3410 0x31c31DD3
|
||||
#define AQU_PHY_ADDR 0x7
|
||||
#define QCA_PHY_ID1 0x2
|
||||
#define QCA_PHY_ID2 0x3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue