Skip to content

Commit

Permalink
msm: htcleo: fix msm_serial_hs init
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Alexander <admin@m-a-styles.de>
  • Loading branch information
marc1706 committed Jun 25, 2013
1 parent ec2c82d commit 98d0b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-msm/board-htcleo.c
Expand Up @@ -1719,8 +1719,10 @@ static void __init htcleo_init(void)

#ifdef CONFIG_SERIAL_MSM_HS
msm_device_uart_dm1.dev.platform_data = &msm_uart_dm1_pdata;
#if 0
msm_device_uart_dm1.name = "msm_serial_hs_brcm"; /* for bcm */
msm_device_uart_dm1.resource[3].end = 6;
#endif
#endif

config_gpio_table(bt_gpio_table, ARRAY_SIZE(bt_gpio_table));
Expand Down

0 comments on commit 98d0b4a

Please sign in to comment.