diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2014-05-22 17:24:59 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-06-05 12:56:30 -0700 |
commit | aaee5230f135bbfbe7abe6388cd04931f322db68 (patch) | |
tree | 6678841d24ab339a344a1bf42c39c1c1560075cf /arch/powerpc | |
parent | afb907061a0a2175c840e8bfc3ad04fd2d6721ed (diff) | |
download | u-boot-imx-aaee5230f135bbfbe7abe6388cd04931f322db68.zip u-boot-imx-aaee5230f135bbfbe7abe6388cd04931f322db68.tar.gz u-boot-imx-aaee5230f135bbfbe7abe6388cd04931f322db68.tar.bz2 |
powerpc/t2080: add serdes2 protocol 0x27
Add a new serdes2 protocol 0x27.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/t2080_serdes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/t2080_serdes.c b/arch/powerpc/cpu/mpc85xx/t2080_serdes.c index 2b7c698..7138bb4 100644 --- a/arch/powerpc/cpu/mpc85xx/t2080_serdes.c +++ b/arch/powerpc/cpu/mpc85xx/t2080_serdes.c @@ -170,6 +170,7 @@ static const struct serdes_config serdes2_cfg_tbl[] = { {0x29, {SRIO2, SRIO2, SRIO2, SRIO2, SRIO1, SRIO1, SRIO1, SRIO1} }, {0x2D, {SRIO2, SRIO2, SRIO2, SRIO2, SRIO1, SRIO1, SRIO1, SRIO1} }, {0x15, {PCIE1, PCIE1, PCIE1, PCIE1, PCIE2, PCIE2, SATA1, SATA2} }, + {0x27, {PCIE1, PCIE1, PCIE1, PCIE1, NONE, NONE, SATA1, SATA2} }, {0x18, {PCIE1, PCIE1, PCIE1, PCIE1, AURORA, AURORA, SATA1, SATA2} }, {0x02, {PCIE1, PCIE1, PCIE1, PCIE1, PCIE1, PCIE1, PCIE1, PCIE1} }, {0x36, {SRIO2, SRIO2, SRIO2, SRIO2, AURORA, AURORA, SATA1, SATA2} }, |