
On Wed, Sep 10, 2014 at 3:16 AM, Peng Fan Peng.Fan@freescale.com wrote:
From: Peng Fan van.freenix@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@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.