From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 18 Nov 2013 09:47:59 +0100 Subject: [U-Boot] [PATCH 2/4] arm:vf610:Enable the DSPI for Freescale vf610 platform In-Reply-To: <1384756480-18072-2-git-send-email-b44548@freescale.com> References: <1384756480-18072-1-git-send-email-b44548@freescale.com> <1384756480-18072-2-git-send-email-b44548@freescale.com> Message-ID: <5289D43F.7050406@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Chao, On 18/11/2013 07:34, Chao Fu wrote: > From: Chao Fu > > 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 > --- > 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 -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================