[U-Boot] [PATCH 1/3] ARM:MX6SX Add QuadSPI support for mx6sxsabresd
Fabio Estevam
festevam at gmail.com
Wed Sep 10 14:40:35 CEST 2014
On Wed, Sep 10, 2014 at 3:16 AM, Peng Fan <Peng.Fan at freescale.com> wrote:
> From: Peng Fan <van.freenix at gmail.com>
>
> 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 <van.freenix at gmail.com>
> ---
> 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.
More information about the U-Boot
mailing list