enable pullup on serial RX
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 30 Oct 2009 09:53:52 +0000 (11:53 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 30 Oct 2009 09:53:52 +0000 (11:53 +0200)
this is to fix booting without serial cable attached,
where it sometimes picks up some trash due to floating RX
and interrupts u-boot countdown and enters it's prompt.

board/omap3/pandora/pandora.h

index f06ee5b..367b1cc 100644 (file)
@@ -219,7 +219,7 @@ 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*/\
+ 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*/\