All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][v2] board: ls2080ardb: Add phy number for serdes1 protocol 0x4b
@ 2017-04-13 10:01 Santan Kumar
  2017-04-26 22:16 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Santan Kumar @ 2017-04-13 10:01 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
---
Changes for v2:
 Changed the subject

 board/freescale/ls2080ardb/eth_ls2080rdb.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/board/freescale/ls2080ardb/eth_ls2080rdb.c b/board/freescale/ls2080ardb/eth_ls2080rdb.c
index 799799c..ba584c8 100644
--- a/board/freescale/ls2080ardb/eth_ls2080rdb.c
+++ b/board/freescale/ls2080ardb/eth_ls2080rdb.c
@@ -62,6 +62,13 @@ int board_eth_init(bd_t *bis)
 		wriop_set_phy_address(WRIOP1_DPMAC8, AQ_PHY_ADDR4);
 
 		break;
+	case 0x4B:
+		wriop_set_phy_address(WRIOP1_DPMAC1, CORTINA_PHY_ADDR1);
+		wriop_set_phy_address(WRIOP1_DPMAC2, CORTINA_PHY_ADDR2);
+		wriop_set_phy_address(WRIOP1_DPMAC3, CORTINA_PHY_ADDR3);
+		wriop_set_phy_address(WRIOP1_DPMAC4, CORTINA_PHY_ADDR4);
+
+		break;
 	default:
 		printf("SerDes1 protocol 0x%x is not supported on LS2080aRDB\n",
 		       srds_s1);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH][v2] board: ls2080ardb: Add phy number for serdes1 protocol 0x4b
  2017-04-13 10:01 [U-Boot] [PATCH][v2] board: ls2080ardb: Add phy number for serdes1 protocol 0x4b Santan Kumar
@ 2017-04-26 22:16 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2017-04-26 22:16 UTC (permalink / raw)
  To: u-boot

On 04/13/2017 02:58 AM, Santan Kumar wrote:
> Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
> ---
> Changes for v2:
>  Changed the subject
>
>  board/freescale/ls2080ardb/eth_ls2080rdb.c | 7 +++++++
>  1 file changed, 7 insertions(+)
>

Applied to fsl-qoriq master. Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-26 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13 10:01 [U-Boot] [PATCH][v2] board: ls2080ardb: Add phy number for serdes1 protocol 0x4b Santan Kumar
2017-04-26 22:16 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.