
Hi Chao,
On 18/11/2013 07:34, Chao Fu wrote:
From: Chao Fu B44548@freescale.com
This patch enable the DSPI moudle on VF610 platform with following udpate: Add get_dspi_clk() function and enable DPSI clock gate. Add DSPI iomux definition and set the iomux for DSPI. Add the SPI configuration for the vf610twr boards.
Signed-off-by: Chao Fu b44548@freescale.com
arch/arm/cpu/armv7/vf610/generic.c | 7 +++++++ arch/arm/include/asm/arch-vf610/clock.h | 1 + arch/arm/include/asm/arch-vf610/crm_regs.h | 1 + arch/arm/include/asm/arch-vf610/iomux-vf610.h | 8 ++++++++ arch/arm/include/asm/imx-common/iomux-v3.h | 2 ++ board/freescale/vf610twr/vf610twr.c | 15 ++++++++++++++- include/configs/vf610twr.h | 15 +++++++++++++++ 7 files changed, 48 insertions(+), 1 deletion(-)
You mix here changes for the SOC (platform) with changes in a specific board. Please move the changes for the vf610twr board in a separate patch.
Best regards, Stefano Babic