]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
armv8/ls2085aqds: Add support of SerDes protocol 0x49
authorPrabhakar Kushwaha <prabhakar at freescale.com>
Thu, 28 May 2015 09:23:57 +0000 (14:53 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:34:20 +0000 (13:34 +0200)
SerDes Protocol 0x49 enables 4 SGMII, PEX4, SATA1 and SATA2.

Add support of 0x49 SerDes protocol to enable 4SGMII on slot4 of
ls2085aqds platform.

Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/ls2085aqds/eth.c

index 5ba4770ebcbf779955492708c43dc0e4fc90825b..f32ace2a71011b1f825ffdae96cea9f17c1fe76a 100644 (file)
@@ -210,6 +210,7 @@ static void initialize_dpmac_to_slot(void)
        switch (serdes2_prtcl) {
        case 0x07:
        case 0x08:
+       case 0x49:
                printf("qds: WRIOP: Supported SerDes Protocol 0x%02x\n",
                       serdes2_prtcl);
                lane_to_slot_fsm2[0] = EMI1_SLOT4;
@@ -247,6 +248,7 @@ void ls2085a_handle_phy_interface_sgmii(int dpmac_id)
        switch (serdes2_prtcl) {
        case 0x07:
        case 0x08:
+       case 0x49:
                lane = serdes_get_first_lane(FSL_SRDS_2, SGMII9 +
                                                        (dpmac_id - 9));
                slot = lane_to_slot_fsm2[lane];