diff options
author | Yusuke Goda <yusuke.goda.sx@renesas.com> | 2010-12-19 20:06:04 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-20 10:25:31 -0500 |
commit | 56e78dafc4137f86abf6f5f07282afa39ead4056 (patch) | |
tree | b8aecf9f370dcd24cc6490a8b1be92b7ddf9cbf5 /arch/arm/mach-shmobile | |
parent | 41491b9adc6ba47b73100991e9295ae70c58db0f (diff) |
ARM: mach-shmobile: mackerel: Add GPS support
Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index fd46f067e8b2..c0d18cb74a98 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -807,6 +807,10 @@ static void __init mackerel_init(void) | |||
807 | gpio_request(GPIO_FN_MMCCMD0, NULL); | 807 | gpio_request(GPIO_FN_MMCCMD0, NULL); |
808 | gpio_request(GPIO_FN_MMCCLK0, NULL); | 808 | gpio_request(GPIO_FN_MMCCLK0, NULL); |
809 | 809 | ||
810 | /* enable GPS module (GT-720F) */ | ||
811 | gpio_request(GPIO_FN_SCIFA2_TXD1, NULL); | ||
812 | gpio_request(GPIO_FN_SCIFA2_RXD1, NULL); | ||
813 | |||
810 | i2c_register_board_info(0, i2c0_devices, | 814 | i2c_register_board_info(0, i2c0_devices, |
811 | ARRAY_SIZE(i2c0_devices)); | 815 | ARRAY_SIZE(i2c0_devices)); |
812 | i2c_register_board_info(1, i2c1_devices, | 816 | i2c_register_board_info(1, i2c1_devices, |