[PATCH 6/7] OMAP: Serial: Allow UART parameters to be configured from board file

Tony Lindgren tony at atomide.com
Wed Mar 2 13:24:02 EST 2011


* Govindraj <govindraj.ti at gmail.com> [110302 02:05]:
>
> >>>>+static struct omap_device_pad default_serial1_pads[] __initdata = {
> >>>>+      {
> >>>>+              .name   = "uart2_rx.uart2_rx",
> >>>>+              .flags  = OMAP_DEVICE_PAD_REMUX |
> > OMAP_DEVICE_PAD_WAKEUP,
> >>>>+              .enable = OMAP_MUX_MODE0,
> >>>>+      },
...

AFAIK you should only need the OMAP_DEVICE_PAD_REMUX option for
omap24xx. And if you use that option, you also need the .idle
value.

Tony



More information about the linux-arm-kernel mailing list