mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 23:44:15 +01:00
drivers: phy: support AQR111B0 chip.
Change-Id: I238e5263ff9e194f958fd6ef217c26654513216e Signed-off-by: Liu Zhongjian <zhongjia@codeaurora.org>
This commit is contained in:
parent
9dbc4f95f1
commit
6a4904ef88
2 changed files with 2 additions and 0 deletions
|
|
@ -1779,6 +1779,7 @@ int ipq807x_edma_init(void *edma_board_cfg)
|
|||
case AQUANTIA_PHY_109:
|
||||
case AQUANTIA_PHY_111:
|
||||
case AQUANTIA_PHY_112:
|
||||
case AQUANTIA_PHY_111B0:
|
||||
ipq_board_fw_download(phy_addr);
|
||||
ipq_qca_aquantia_phy_init(&ipq807x_edma_dev[i]->ops[phy_id], phy_addr);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
#define AQUANTIA_PHY_109 0x03a1b502
|
||||
#define AQUANTIA_PHY_111 0x03a1b610
|
||||
#define AQUANTIA_PHY_112 0x03a1b660
|
||||
#define AQUANTIA_PHY_111B0 0x03a1b612
|
||||
#define AQU_PHY_ADDR 0x7
|
||||
#define QCA_PHY_ID1 0x2
|
||||
#define QCA_PHY_ID2 0x3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue