mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
armv8: ls2080a: update eth prime
As per new PHY framework, DPNI naming convetion is no more used. Use new naming convention. Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
bcb55f67f2
commit
7ad9cc969b
2 changed files with 2 additions and 2 deletions
|
@ -374,7 +374,7 @@ unsigned long get_board_ddr_clk(void);
|
||||||
#define XQSGMII_CARD_PHY4_PORT3_ADDR 0xf
|
#define XQSGMII_CARD_PHY4_PORT3_ADDR 0xf
|
||||||
|
|
||||||
#define CONFIG_MII /* MII PHY management */
|
#define CONFIG_MII /* MII PHY management */
|
||||||
#define CONFIG_ETHPRIME "DPNI1"
|
#define CONFIG_ETHPRIME "DPMAC1@xgmii"
|
||||||
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
|
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -366,7 +366,7 @@ unsigned long get_board_sys_clk(void);
|
||||||
#define AQR405_IRQ_MASK 0x36
|
#define AQR405_IRQ_MASK 0x36
|
||||||
|
|
||||||
#define CONFIG_MII
|
#define CONFIG_MII
|
||||||
#define CONFIG_ETHPRIME "DPNI1"
|
#define CONFIG_ETHPRIME "DPMAC1@xgmii"
|
||||||
#define CONFIG_PHY_GIGE
|
#define CONFIG_PHY_GIGE
|
||||||
#define CONFIG_PHY_AQUANTIA
|
#define CONFIG_PHY_AQUANTIA
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue