summaryrefslogtreecommitdiffstats
path: root/board/freescale/b4860qds/b4860qds.c
diff options
context:
space:
mode:
authorpoonam aggrwal <poonam.aggrwal@freescale.com>2014-02-17 08:38:58 +0530
committerYork Sun <yorksun@freescale.com>2014-03-07 14:50:00 -0800
commitc7d506d4ee477368d54f226065416648be08a60d (patch)
treec1832fb619b41e59ada324a251556a0fafa60027 /board/freescale/b4860qds/b4860qds.c
parentfb07c0a16dce007208d58c673aacc649703f18fd (diff)
downloadtalos-obmc-uboot-c7d506d4ee477368d54f226065416648be08a60d.tar.gz
talos-obmc-uboot-c7d506d4ee477368d54f226065416648be08a60d.zip
85xx/b4860: Alternate serdes protocols for B4860/B4420
On B4860 and B4420, some serdes protocols can be used with LC VCO as well as Ring VCO options. Addded Alternate options with LC VCO for such protocols. For example protocol 0x2a on srds 1 becomes 0x29 if it is LC VCO. The alternate option has the same functionality as the original option; the only difference being LC VCO rather than Ring VCO. Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/b4860qds/b4860qds.c')
-rw-r--r--board/freescale/b4860qds/b4860qds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/b4860qds/b4860qds.c b/board/freescale/b4860qds/b4860qds.c
index 9d51864fbb..25b3be8663 100644
--- a/board/freescale/b4860qds/b4860qds.c
+++ b/board/freescale/b4860qds/b4860qds.c
@@ -121,6 +121,7 @@ int configure_vsc3316_3308(void)
debug("Using SERDES2 Protocol: 0x%x:\n", serdes2_prtcl);
switch (serdes1_prtcl) {
+ case 0x29:
case 0x2a:
case 0x2C:
case 0x2D:
@@ -200,6 +201,7 @@ int configure_vsc3316_3308(void)
break;
#ifdef CONFIG_PPC_B4420
+ case 0x17:
case 0x18:
/*
* Configuration:
OpenPOWER on IntegriCloud