]> Git Repo - J-u-boot.git/commitdiff
T4/SerDes: correct the SATA index
authorRoy Zang <[email protected]>
Mon, 25 Mar 2013 07:33:18 +0000 (07:33 +0000)
committerAndy Fleming <[email protected]>
Tue, 14 May 2013 21:00:26 +0000 (16:00 -0500)
Lane H on SerDes4 should be SATA2 instead of SATA1

Signed-off-by: Jerry Huang <[email protected]>
Signed-off-by: Roy Zang <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
arch/powerpc/cpu/mpc85xx/t4240_serdes.c

index 102defa560661363bc6e27bed747c9f5a6f81f0e..530f159d093bb83df95b8bb1fc5b625230d60ffa 100644 (file)
@@ -180,8 +180,8 @@ static struct serdes_config serdes4_cfg_tbl[] = {
        {4, {PCIE3, PCIE3, PCIE3, PCIE3, PCIE4, PCIE4, PCIE4, PCIE4}},
        {6, {PCIE3, PCIE3, PCIE3, PCIE3, SRIO2, SRIO2, SRIO2, SRIO2}},
        {8, {PCIE3, PCIE3, PCIE3, PCIE3, SRIO2, SRIO2, SRIO2, SRIO2}},
-       {10, {PCIE3, PCIE3, PCIE3, PCIE3, PCIE4, PCIE4, SATA1, SATA1}},
-       {12, {PCIE3, PCIE3, PCIE3, PCIE3, AURORA, AURORA, SATA1, SATA1}},
+       {10, {PCIE3, PCIE3, PCIE3, PCIE3, PCIE4, PCIE4, SATA1, SATA2} },
+       {12, {PCIE3, PCIE3, PCIE3, PCIE3, AURORA, AURORA, SATA1, SATA2} },
        {14, {PCIE3, PCIE3, PCIE3, PCIE3, AURORA, AURORA, SRIO2, SRIO2}},
        {16, {PCIE3, PCIE3, PCIE3, PCIE3, AURORA, AURORA, SRIO2, SRIO2}},
        {18, {PCIE3, PCIE3, PCIE3, PCIE3, AURORA, AURORA, AURORA, AURORA}},
This page took 0.035393 seconds and 4 git commands to generate.