diff options
author | Shaveta Leekha <shaveta@freescale.com> | 2012-10-08 07:44:17 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-10-22 14:31:21 -0500 |
commit | aa42cb71fa28a4f2c8b8cc0e691151f4ba19dbd9 (patch) | |
tree | 57a1c4c0c649bd1e7b2a57cb2487ecbc44cb98c5 /board/freescale/common/Makefile | |
parent | 379c5145ef8f3adbcfeb0a47503838627959cb67 (diff) | |
download | u-boot-imx-aa42cb71fa28a4f2c8b8cc0e691151f4ba19dbd9.zip u-boot-imx-aa42cb71fa28a4f2c8b8cc0e691151f4ba19dbd9.tar.gz u-boot-imx-aa42cb71fa28a4f2c8b8cc0e691151f4ba19dbd9.tar.bz2 |
board/freescale/common: VSC3316/VSC3308 initialization code
Add code for configuring VSC3316/3308 crosspoint switches
Add README to understand the APIs
- VSC 3316/3308 is a low-power, low-cost asynchronous crosspoint switch
capable of data rates upto 11.5Gbps. VSC3316 has 16 input and 16
output ports whereas VSC3308 has 8 input and 8 output ports.
Programming of these devices are performed by two-wire or four-wire
serial interface.
Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r-- | board/freescale/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 54cb098..36f7c4f 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -53,6 +53,7 @@ COBJS-$(CONFIG_P2020DS) += ics307_clk.o COBJS-$(CONFIG_P3041DS) += ics307_clk.o COBJS-$(CONFIG_P4080DS) += ics307_clk.o COBJS-$(CONFIG_P5020DS) += ics307_clk.o +COBJS-$(CONFIG_VSC_CROSSBAR) += vsc3316_3308.o # deal with common files for P-series corenet based devices SUBLIB-$(CONFIG_P2041RDB) += p_corenet/libp_corenet.o |