From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 09 Nov 2011 09:54:08 +0100 Subject: [U-Boot] [PATCH] arm, davinci: add DAVINCI_SYSCFG_SUSPSRC_UART2 In-Reply-To: <1320818982-3427-1-git-send-email-hs@denx.de> References: <1320818982-3427-1-git-send-email-hs@denx.de> Message-ID: <4EBA3FB0.1070703@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 On 11/09/2011 07:09 AM, Heiko Schocher wrote: > commit f9fc237f1f07d4e5ff7c9c2da39cabc8d3d7b339 > Author: Bastian Ruppert > Date: Tue Oct 4 23:43:28 2011 +0000 > > Davinci: ea20: set console on UART0 > > replaced DAVINCI_SYSCFG_SUSPSRC_UART2 with DAVINCI_SYSCFG_SUSPSRC_UART0 > but DAVINCI_SYSCFG_SUSPSRC_UART2 is needed on the enbw_cmc > board, see patches: > > http://lists.denx.de/pipermail/u-boot/2011-October/104399.html > > Signed-off-by: Heiko Schocher > Cc: Bastian Ruppert > Cc: Stefano Babic > Cc: Sandeep Paulraj > --- > arch/arm/include/asm/arch-davinci/hardware.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h > index 8e7d97e..aba517e 100644 > --- a/arch/arm/include/asm/arch-davinci/hardware.h > +++ b/arch/arm/include/asm/arch-davinci/hardware.h > @@ -469,6 +469,7 @@ struct davinci_syscfg_regs { > #define DAVINCI_SYSCFG_SUSPSRC_SPI0 (1 << 21) > #define DAVINCI_SYSCFG_SUSPSRC_SPI1 (1 << 22) > #define DAVINCI_SYSCFG_SUSPSRC_UART0 (1 << 18) > +#define DAVINCI_SYSCFG_SUSPSRC_UART2 (1 << 20) > #define DAVINCI_SYSCFG_SUSPSRC_TIMER0 (1 << 27) > > struct davinci_syscfg1_regs { Acked-by: Stefano Babic 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-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================