public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* Enable UART3 on TX28
@ 2011-03-21 14:36 Lothar Waßmann
  2011-03-21 15:27 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Lothar Waßmann @ 2011-03-21 14:36 UTC (permalink / raw)
  To: linux-arm-kernel

+	/* 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 */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-21 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 14:36 Enable UART3 on TX28 Lothar Waßmann
2011-03-21 15:27 ` Arnd Bergmann
2011-03-21 15:52   ` Lothar Waßmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox