From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Mon, 21 Nov 2011 11:25:13 +0200 Subject: [U-Boot] [PATCH 1/4] arm, omap3: Add support for TechNexion modules In-Reply-To: <20111121090700.C66AB140876A@gemini.denx.de> References: <20111121164002.2e3a6212@myhost> <20111121090700.C66AB140876A@gemini.denx.de> Message-ID: <4ECA18F9.1020407@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Tapani, On 11/21/11 11:07, Wolfgang Denk wrote: > Dear Tapani Utriainen, > > In message <20111121164002.2e3a6212@myhost> you wrote: >> >> Move duplicate Sitara MUX definitions to arch-omap3/mux.h > > Thanks. This has been already done by Ilya and waits for someone to merge, check here: http://patchwork.ozlabs.org/patch/125030/ > >> Signed-off-by: Tapani Utriainen >> CC: Sandeep Paulraj >> --- >> arch/arm/include/asm/arch-omap3/mux.h | 51 ++++++++++++++++++++++++++++++++++ >> board/logicpd/am3517evm/am3517evm.h | 40 -------------------------- >> board/ti/am3517crane/am3517crane.h | 39 -------------------------- >> 3 files changed, 51 insertions(+), 79 deletions(-) >> >> diff --git a/arch/arm/include/asm/arch-omap3/mux.h b/arch/arm/include/asm/arch-omap3/mux.h >> index 0c01c73..d796d6c 100644 >> --- a/arch/arm/include/asm/arch-omap3/mux.h >> +++ b/arch/arm/include/asm/arch-omap3/mux.h >> @@ -404,6 +404,57 @@ >> #define CONTROL_PADCONF_SDRC_CKE0 0x0262 >> #define CONTROL_PADCONF_SDRC_CKE1 0x0264 >> >> +/********************************************** >> + AM35xx specific definitions >> + >> + The AM3517 and the AM3508 are formally branded >> + as Sitara processors, but in practice they are >> + compatible with OMAP3 and are treated as OMAP3 >> + by software like u-boot and the Linux kernel. >> + >> +***********************************************/ > > Incorrect multiline comment style. Please fix. > > Best regards, > > Wolfgang Denk > -- Regards, Igor.