aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-11-24 23:22:50 +0100
committerWolfgang Denk <wd@denx.de>2009-11-24 23:22:50 +0100
commit7c32dc5bed053348003da5ba3635d4c61c420e66 (patch)
treec51381ae8c692a639bb60f45bb81a4f40603d5ad
parentb25e38fc36e13fa8037fa4d37fe909d1d6e6f372 (diff)
parent01826abc02ce160501534788e63629ccbe31b05c (diff)
Merge branch 'master-sync' of git://git.denx.de/u-boot-arm
-rw-r--r--board/pandora/pandora.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/pandora/pandora.h b/board/pandora/pandora.h
index 5bfa0f9e2..f0ad16b0a 100644
--- a/board/pandora/pandora.h
+++ b/board/pandora/pandora.h
@@ -219,7 +219,8 @@ const omap3_sysinfo sysinfo = {
MUX_VAL(CP(UART2_RX), (IEN | PTD | EN | M4)) /*GPIO_147,*/\
/*UART2_RX*/\
/*Serial Interface (Peripheral boot, Linux console, on AV connector)*/\
- MUX_VAL(CP(UART3_RX_IRRX), (IEN | PTD | DIS | M0)) /*UART3_RX*/\
+ /*RX pulled up to avoid noise when nothing is connected to serial port*/\
+ MUX_VAL(CP(UART3_RX_IRRX), (IEN | PTU | EN | M0)) /*UART3_RX*/\
MUX_VAL(CP(UART3_TX_IRTX), (IDIS | PTD | DIS | M0)) /*UART3_TX*/\
/*LEDs (Controlled by OMAP)*/\
MUX_VAL(CP(MMC1_DAT6), (IDIS | PTD | DIS | M4)) /*GPIO_128*/\