From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Wed, 10 Sep 2014 21:43:35 +0800 Subject: [U-Boot] [PATCH 1/3] ARM:MX6SX Add QuadSPI support for mx6sxsabresd In-Reply-To: References: <1410329817-3431-1-git-send-email-Peng.Fan@freescale.com> <1410329817-3431-2-git-send-email-Peng.Fan@freescale.com> Message-ID: <54105587.5090309@gmail.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 09/10/2014 08:40 PM, Fabio Estevam wrote: > On Wed, Sep 10, 2014 at 3:16 AM, Peng Fan wrote: >> From: Peng Fan >> >> Add QuadSPI support for mx6sxsabresd board. >> >> There are two 16MB S25FL128S flashes on board. They are connected to >> QSPI2 interface. i.MX6SX supports two QuadSPI interfaces, QSPI1/2. >> The two flash devices are connected to A1/B1 of QSPI2. >> >> Signed-off-by: Peng Fan >> --- >> arch/arm/cpu/armv7/mx6/clock.c | 50 +++++++++++++++++++++++++++++ >> arch/arm/include/asm/arch-mx6/clock.h | 3 ++ >> board/freescale/mx6sxsabresd/mx6sxsabresd.c | 40 +++++++++++++++++++++++ >> drivers/spi/fsl_qspi.c | 30 +++++++++++++++++ >> include/configs/mx6sxsabresd.h | 14 ++++++++ > > I would split this in two patches: one that adds qspi support for the > mx6solox SoC and another one that adds qspi support to the > mx6sxsabresd board. ok. I'll correct this. Thanks for reviewing. Regards, Peng. > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >