[U-Boot] [PATCH 1/3] omap4: panda: disable uart2 pads during boot

R, Sricharan r.sricharan at ti.com
Mon May 7 10:56:40 CEST 2012


Tero,
[snip]
>> > -       {UART2_CTS, (PTU | IEN | M0)},                                  /* uart2_cts */
>> > -       {UART2_RTS, (M0)},                                              /* uart2_rts */
>> > -       {UART2_RX, (PTU | IEN | M0)},                                   /* uart2_rx */
>> > -       {UART2_TX, (M0)},                                               /* uart2_tx */
>> > +       {UART2_CTS, (PTU | IEN | M7)},                                  /* uart2_cts */
>> > +       {UART2_RTS, (M7)},                                              /* uart2_rts */
>> > +       {UART2_RX, (PTU | IEN | M7)},                                   /* uart2_rx */
>> > +       {UART2_TX, (M7)},                                               /* uart2_tx */
>> >        {HDQ_SIO, (M3)},                                                /* gpio_127 */
>> >        {MCSPI1_CLK, (IEN | OFF_EN | OFF_PD | OFF_IN | M0)},            /* mcspi1_clk */
>> >        {MCSPI1_SOMI, (IEN | OFF_EN | OFF_PD | OFF_IN | M0)},           /* mcspi1_somi */
>> > --
>>
>> How about not muxing and keeping the pads at reset modes ( safe mode).
>>  If this works , then better to remove these pads from the table.
>
> This works also, just tried it out to double check.

Thanks. Then better to just remove these entries.

Thanks,
 Sricharan


More information about the U-Boot mailing list