Re: [U-Boot] [PATCH v2 2/4] arm:vf610:Enable the DSPI for Freescale vf610 platform

2013-12-16 Thread Chao Fu
WARNING: line over 80 characters #101: FILE: arch/arm/include/asm/arch-vf610/iomux-vf610.h:48: + VF610_PAD_PTB19__DSPI0_CS0 = IOMUX_PAD(0x00a4, 0x00a4, 1, __NA_, 0, VF610_DSPI_PAD_CTRL), WARNING: line over 80 characters #102: FILE:

Re: [U-Boot] [PATCH v2 2/4] arm:vf610:Enable the DSPI for Freescale vf610 platform

2013-12-13 Thread Jagan Teki
On Friday 13 December 2013 11:20 AM, Chao Fu wrote: From: Chao Fu b44...@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. Signed-off-by: Chao Fu

[U-Boot] [PATCH v2 2/4] arm:vf610:Enable the DSPI for Freescale vf610 platform

2013-12-12 Thread Chao Fu
From: Chao Fu b44...@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. Signed-off-by: Chao Fu b44...@freescale.com --- Change in v2: Separated