[U-Boot] [PATCH] 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 --- include/configs/ls2080aqds.h | 2 +- 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 91fad0a..b6a4796 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -381,7 +381,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 15a1172..0c97315 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -374,7 +374,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

On 04/18/2016 08:24 PM, Prabhakar Kushwaha wrote:
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
include/configs/ls2080aqds.h | 2 +- include/configs/ls2080ardb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-fsl-qoriq master, awaiting upstream.
Thanks.
York
participants (2)
-
Prabhakar Kushwaha
-
York Sun