[U-Boot] [PATCH] powerpc/t1024: add serdes protocol 0x40

16 Dec
2014
16 Dec
'14
8:10 a.m.
Add serdes protocol 0x40.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@freescale.com --- arch/powerpc/cpu/mpc85xx/t1024_serdes.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/cpu/mpc85xx/t1024_serdes.c b/arch/powerpc/cpu/mpc85xx/t1024_serdes.c index 7dc8385..cd0a9d7 100644 --- a/arch/powerpc/cpu/mpc85xx/t1024_serdes.c +++ b/arch/powerpc/cpu/mpc85xx/t1024_serdes.c @@ -11,6 +11,7 @@
static u8 serdes_cfg_tbl[][4] = { + [0x40] = {PCI1, PCIE1, PCIE1, PCIE1}, [0xD5] = {QSGMII_FM1_A, PCIE3, PCIE2, PCIE1}, [0xD6] = {QSGMII_FM1_A, PCIE3, PCIE2, SATA1}, [0x95] = {XFI_FM1_MAC1, PCIE3, PCIE2, PCIE1},
--
1.8.0
3795
Age (days ago)
3795
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shengzhou Liu