Skip to content
Snippets Groups Projects
Commit fa6e7428 authored by poonam aggrwal's avatar poonam aggrwal Committed by York Sun
Browse files

powerpc/B4420: Fixed incomplete handling for 0x9d serdes2


Crossbars and IDT were not getting configured for Serdes2 protocol
0x9d for B4420.

Signed-off-by: default avatarPoonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: default avatarShaveta Leekha <shaveta@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent b6808cd8
Branches
Tags
No related merge requests found
......@@ -488,6 +488,9 @@ int configure_vsc3316_3308(void)
}
switch (serdes2_prtcl) {
#ifdef CONFIG_PPC_B4420
case 0x9d:
#endif
case 0x9E:
case 0x9A:
case 0x98:
......@@ -852,6 +855,9 @@ int config_serdes2_refclks(void)
* For this SerDes2's Refclk1 need to be set to 100MHz
*/
switch (serdes2_prtcl) {
#ifdef CONFIG_PPC_B4420
case 0x9d:
#endif
case 0x9E:
case 0x9A:
case 0xb2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment