armv8/ls2085ardb: DSPI pin muxing configure through QIXIS CPLD
authorHaikun.Wang@freescale.com <Haikun.Wang@freescale.com>
Fri, 26 Jun 2015 11:58:24 +0000 (19:58 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 20 Jul 2015 18:44:39 +0000 (11:44 -0700)
commit5989df7e2cfb5ac0d8c9a509aad2b84f9141cc13
treefaf63a5ac5615f4bd57f08e84d639dbef2c3cff0
parente71a980a4d4eb01bc3eb7624fc59cd8f999bf4b2
armv8/ls2085ardb: DSPI pin muxing configure through QIXIS CPLD

DSPI has pin muxing with SDHC and other IPs, this patch check the
value of RCW SPI_PCS_BASE and SPI_BASE_BASE fields, it also check
the "hwconfig" variable. If those pins are configured to DSPI and
"hwconfig" enable DSPI, set the BRDCFG5 of QIXIS CPLD to configure
the routing to on-board SPI memory. Otherwise will configure to SDHC.
DSPI is enabled in "hwconfig" by appending "dspi", eg.
setenv hwconfig "$hwconfig;dspi"

Signed-off-by: Haikun Wang <Haikun.Wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/ls2085ardb/ls2085ardb.c