From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 19 May 2016 10:42:59 -0700 Subject: [U-Boot] [PATCH 2/5] spi: fsl_qspi: Assign AMBA mem according CS num in dts In-Reply-To: <1458023804-7233-2-git-send-email-yao.yuan@freescale.com> References: <1458023804-7233-1-git-send-email-yao.yuan@freescale.com> <1458023804-7233-2-git-send-email-yao.yuan@freescale.com> Message-ID: <573DFB23.3070102@nxp.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 03/14/2016 11:45 PM, Yuan Yao wrote: > From: Yuan Yao > > QSPI controller automatic enable the chipselect signal according the dest > AMBA memory address. Now we distribute the AMBA memory zone averagely to > every chipselect slave device according chipselect numbers got from dts > node. > > Signed-off-by: Yuan Yao > Signed-off-by: Prabhakar Kushwaha > Signed-off-by: Yuan Yao > --- > drivers/spi/fsl_qspi.c | 55 +++++++++++++++++++++++++++++++++++++++----------- > 1 file changed, 43 insertions(+), 12 deletions(-) > Jagan, I plan to merge this set. Please let me know if you have any comment. York