From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 20 Jul 2015 14:19:37 -0700 Subject: [U-Boot] [PATCH 1/2] armv8: ls2085aqds: DSPI pin muxing configure through QIXIS In-Reply-To: <1435319892-34039-1-git-send-email-haikun.wang@freescale.com> References: <1435319892-34039-1-git-send-email-haikun.wang@freescale.com> Message-ID: <55AD65E9.40607@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/26/2015 04:58 AM, Haikun Wang wrote: > From: Haikun Wang > > 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" > configuration, if those pins are configured to DSPI and "hwconfig" enable > DSPI, set the BRDCFG5 of QIXIS FPGA to configure the SPI routing to on-board > SPI memory. Otherwise will configure to SDHC. > Enable DSPI in u-boot "hwconfig" using below command: > setenv hwconfig "$hwconfig;dspi" > > Signed-off-by: Haikun Wang > --- This set is applied to u-boot-fsl-qoriq master branch with subject fix. York