mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 16:04:47 +01:00
ipq807x: Support Aquantia AQR112 PHY ID
Change-Id: I9e6a82345bfcf527311e1aef92cfa406a8a173a3 Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
parent
fb60095895
commit
2ffbbe3dd2
2 changed files with 2 additions and 0 deletions
|
|
@ -1727,6 +1727,7 @@ int ipq807x_edma_init(void *edma_board_cfg)
|
|||
case AQUANTIA_PHY_107:
|
||||
case AQUANTIA_PHY_109:
|
||||
case AQUANTIA_PHY_111:
|
||||
case AQUANTIA_PHY_112:
|
||||
ipq_board_fw_download(phy_addr);
|
||||
ipq_qca_aquantia_phy_init(&ipq807x_edma_dev[i]->ops[phy_id], phy_addr);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#define AQUANTIA_PHY_107 0x03a1b4e2
|
||||
#define AQUANTIA_PHY_109 0x03a1b502
|
||||
#define AQUANTIA_PHY_111 0x03a1b610
|
||||
#define AQUANTIA_PHY_112 0x03a1b660
|
||||
#define AQU_PHY_ADDR 0x7
|
||||
#define QCA_PHY_ID1 0x2
|
||||
#define QCA_PHY_ID2 0x3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue