• Daniel Mack's avatar
    Support for lilly-1131 modules and baseboards [v2] · 8d9fb9bb
    Daniel Mack authored
    On Thu, May 28, 2009 at 08:42:23PM +0200, Sascha Hauer wrote:
    > > > Mail-Followup-To: Daniel Mack <daniel@caiaq.de>,
    > > > 	linux-arm-kernel@lists.arm.linux.org.uk
    > >
    > > ... which causes my mutt to only reply to the list.
    >
    > Ah, ok. /me hacking in muttrc... Does it work now?
    
    Yep :)
    
    > >  	mxc_register_device(&mxc_uart_device0, &uart_pdata);
    > > +	mxc_register_device(&mxc_uart_device1, &uart_pdata);
    > > +	mxc_register_device(&mxc_uart_device2, &uart_pdata);
    >
    > What about the RXD3/TXD3 pins?
    
    You're right - I got the IOMUX tables wrong and thought UART0 pins are
    selected unconditionally. But as it turns out TXD1/RXD1 is for UART0
    (mxc_uart_device0), TXD2/RXD2 for UART1 (mxc_uart_device1) etc.
    
    Below is a new patch.
    
    Thanks,
    Daniel
    
    From e7eb5fa0fed09d667a4b2f168fe466e2cc645abb Mon Sep 17 00:00:00 2001
    From: Daniel Mack <daniel@caiaq.de>
    Date: Wed, 27 May 2009 12:22:51 +0200
    Subject: [PATCH] ARM: MX3: add two more UARTs to lilly-1131-db
    Signed-off-by: default avatarDaniel Mack <daniel@caiaq.de>
    Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
    8d9fb9bb
mx31lilly-db.c 5.24 KB