From: Jason Liu <r64343@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-BOOT][PATCH 4/5] serial_mxc: add support for MX53 processor
Date: Fri, 18 Jun 2010 23:22:42 +0800 [thread overview]
Message-ID: <12768745721889-git-send-email-r64343@freescale.com> (raw)
In-Reply-To: <1276874563528-git-send-email-r64343@freescale.com>
The patch adds support for the Freescale mx53 processor.
Signed-off-by:Jason Liu <r64343@freescale.com>
---
drivers/serial/serial_mxc.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/serial_mxc.c b/drivers/serial/serial_mxc.c
index 4b93e7b..e488595 100644
--- a/drivers/serial/serial_mxc.c
+++ b/drivers/serial/serial_mxc.c
@@ -55,6 +55,13 @@
#define UART_PHYS UART2_BASE_ADDR
#elif defined(CONFIG_SYS_MX51_UART3)
#define UART_PHYS UART3_BASE_ADDR
+#elif defined(CONFIG_SYS_MX53_UART1)
+#define UART_PHYS UART1_BASE_ADDR
+#elif defined(CONFIG_SYS_MX53_UART2)
+#define UART_PHYS UART2_BASE_ADDR
+#elif defined(CONFIG_SYS_MX53_UART3)
+#define UART_PHYS UART3_BASE_ADDR
+
#else
#error "define CONFIG_SYS_MXxx_UARTx to use the MXC UART driver"
#endif
--
1.7.0.4
next prev parent reply other threads:[~2010-06-18 15:22 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-18 15:22 [U-Boot] [U-BOOT][PATCH 1/5] MX53: Add initial support for the Freescale MX53 Jason Liu
2010-06-18 9:23 ` Stefano Babic
2010-06-18 9:50 ` Liu Hui-R64343
[not found] ` <AANLkTim8Xh0VrGc6lIm67lHgcS3PDTJzxB39R819j7GU@mail.gmail.com>
2010-06-23 14:03 ` Stefano Babic
2010-06-18 15:22 ` [U-Boot] [U-BOOT][PATCH 2/5] MX53: Add register definitions Jason Liu
2010-06-18 9:35 ` Stefano Babic
2010-06-18 15:22 ` [U-Boot] [U-BOOT][PATCH 3/5] MX53: Add pin and multiplexer definitions Jason Liu
2010-06-18 9:48 ` Stefano Babic
2010-06-18 9:54 ` Liu Hui-R64343
2010-06-18 15:22 ` Jason Liu [this message]
2010-06-18 9:52 ` [U-Boot] [U-BOOT][PATCH 4/5] serial_mxc: add support for MX53 processor Stefano Babic
2010-06-18 9:55 ` Liu Hui-R64343
2010-06-18 15:22 ` [U-Boot] [U-BOOT][PATCH 5/5] Add initial support for Freescale mx53evk board Jason Liu
2010-06-18 9:45 ` Wolfgang Denk
2010-06-18 10:31 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=12768745721889-git-send-email-r64343@freescale.com \
--to=r64343@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox