From: LW@KARO-electronics.de (Lothar Waßmann)
To: linux-arm-kernel@lists.infradead.org
Subject: Enable UART3 on TX28
Date: Mon, 21 Mar 2011 15:36:50 +0100 [thread overview]
Message-ID: <1300718213-9908-1-git-send-email-LW@KARO-electronics.de> (raw)
+ /* UART3 */
+ MX28_PAD_AUART3_RX__AUART3_RX,
+ MX28_PAD_AUART3_TX__AUART3_TX,
+ MX28_PAD_AUART3_RTS__AUART3_RTS,
+ MX28_PAD_AUART3_CTS__AUART3_CTS,
+
/* CAN */
MX28_PAD_GPMI_RDY2__CAN0_TX,
MX28_PAD_GPMI_RDY3__CAN0_RX,
@@ -322,6 +328,7 @@
mx28_add_duart(); /* UART1 */
mx28_add_auart(1); /* UART2 */
+ mx28_add_auart(3); /* UART3 */
tx28_add_fec0();
/* spi via ssp will be added when available */
@@ -343,6 +350,7 @@
mx28_add_duart(); /* UART1 */
mx28_add_auart(1); /* UART2 */
+ mx28_add_auart(3); /* UART3 */
tx28_add_fec0();
/* spi via ssp will be added later */
next reply other threads:[~2011-03-21 14:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-21 14:36 Lothar Waßmann [this message]
2011-03-21 15:27 ` Enable UART3 on TX28 Arnd Bergmann
2011-03-21 15:52 ` Lothar Waßmann
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=1300718213-9908-1-git-send-email-LW@KARO-electronics.de \
--to=lw@karo-electronics.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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