diff options
author | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2016-04-19 08:53:42 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-05-18 08:51:43 -0700 |
commit | 7ad9cc969b00cd5e238f4a194f0e974d74706b8e (patch) | |
tree | 6e7fa3e8f87dca229b08b06beb9536e32cdbba3d | |
parent | bcb55f67f22b297d6c10e039bfcef9847a20fbfb (diff) | |
download | u-boot-imx-7ad9cc969b00cd5e238f4a194f0e974d74706b8e.zip u-boot-imx-7ad9cc969b00cd5e238f4a194f0e974d74706b8e.tar.gz u-boot-imx-7ad9cc969b00cd5e238f4a194f0e974d74706b8e.tar.bz2 |
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>
-rw-r--r-- | include/configs/ls2080aqds.h | 2 | ||||
-rw-r--r-- | include/configs/ls2080ardb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index 2d7567f..16a536a 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -374,7 +374,7 @@ unsigned long get_board_ddr_clk(void); #define XQSGMII_CARD_PHY4_PORT3_ADDR 0xf #define CONFIG_MII /* MII PHY management */ -#define CONFIG_ETHPRIME "DPNI1" +#define CONFIG_ETHPRIME "DPMAC1@xgmii" #define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */ #endif diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 5bec509..45827f6 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -366,7 +366,7 @@ unsigned long get_board_sys_clk(void); #define AQR405_IRQ_MASK 0x36 #define CONFIG_MII -#define CONFIG_ETHPRIME "DPNI1" +#define CONFIG_ETHPRIME "DPMAC1@xgmii" #define CONFIG_PHY_GIGE #define CONFIG_PHY_AQUANTIA #endif |