ARM: mach-shmobile: mackerel: Add GPS support
authorYusuke Goda <yusuke.goda.sx@renesas.com>
Mon, 20 Dec 2010 01:06:04 +0000 (01:06 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 20 Dec 2010 15:25:31 +0000 (00:25 +0900)
Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-mackerel.c

index fd46f067e8b2cc83e1743976421fc7d92e614258..c0d18cb74a98d9712240338e70fb60ee346ba144 100644 (file)
@@ -807,6 +807,10 @@ static void __init mackerel_init(void)
        gpio_request(GPIO_FN_MMCCMD0, NULL);
        gpio_request(GPIO_FN_MMCCLK0, NULL);
 
+       /* enable GPS module (GT-720F) */
+       gpio_request(GPIO_FN_SCIFA2_TXD1, NULL);
+       gpio_request(GPIO_FN_SCIFA2_RXD1, NULL);
+
        i2c_register_board_info(0, i2c0_devices,
                                ARRAY_SIZE(i2c0_devices));
        i2c_register_board_info(1, i2c1_devices,
This page took 0.026625 seconds and 5 git commands to generate.