]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/b4860qds: Add support for configuring SerDes1 Refclks
authorShaveta Leekha <shaveta@freescale.com>
Tue, 2 Jul 2013 09:13:53 +0000 (14:43 +0530)
committerYork Sun <yorksun@freescale.com>
Fri, 9 Aug 2013 19:41:41 +0000 (12:41 -0700)
commitcb033741f425c8290fdcfbe6da4ae69b504c52fa
treea922b6cf2db7c629704aac235c4a97aede5cd55a
parent40f398a42b2f7509f08cfe2dd0e77aa3eeec6540
board/b4860qds: Add support for configuring SerDes1 Refclks

1) Add support in B4860 board files for using IDT driver where
   IDT8T49N222A is a low phase noise Frequency Translator / Synthesizer
   that generate different refclks for SerDes modules, used this driver
   for reconfiguring SerDes1 Refclks(based on SerDes1 protocols)
   for CPRI to work. CPRI works on 122.88MHz and default refclks coming
   on board are not suitable for it
2) Move SerDes1 refclk1 source selection from eth_b4860qds.c file
   to b4860qds board file, as SerDes1 Refclk1 would come from
   PHY MUX in case of certain protocols, that have been checked here.
   This change would make on board SGMIIs to work
3) Add I2C addresses for IDT8T49N222A devices in board/include file
4) Add define for PCA-I2C bus multiplexer, on which IDT devices exist

Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Acked-by: York Sun <yorksun@freescale.com>
board/freescale/b4860qds/b4860qds.c
board/freescale/b4860qds/eth_b4860qds.c
include/configs/B4860QDS.h