diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-07-02 01:19:37 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-07-02 01:40:14 -0700 |
| commit | b40c8de18d0f070cb1182f18d643bb6c8917be0e (patch) | |
| tree | d8390ee12e475b26363a425e47bde005e541cfe6 /arch/arm/mach-omap2/serial.c | |
| parent | a935b06ef32a95efb0d5ddb80d8e69cdefa575dd (diff) | |
| parent | 69a77a4d2e92d81f45249f09126bd5d2c36a0b5d (diff) | |
| download | olio-linux-3.10-b40c8de18d0f070cb1182f18d643bb6c8917be0e.tar.xz olio-linux-3.10-b40c8de18d0f070cb1182f18d643bb6c8917be0e.zip | |
Moved from Invensense accelerometer to ST.
Change-Id: If42c1a612784368bea2f77d2ef8722a31f9a4f34
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
| -rw-r--r-- | arch/arm/mach-omap2/serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index b570d93cbb7..b1f3fb1d396 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c @@ -301,6 +301,7 @@ void __init omap_serial_init_port(struct omap_board_data *bdata, omap_up.dma_rx_timeout = info->dma_rx_timeout; omap_up.dma_rx_poll_rate = info->dma_rx_poll_rate; omap_up.autosuspend_timeout = info->autosuspend_timeout; + omap_up.wake_peer = info->wake_peer; omap_up.DTR_gpio = info->DTR_gpio; omap_up.DTR_inverted = info->DTR_inverted; omap_up.DTR_present = info->DTR_present; |