From a0ae2549de5dab5a097586fa93e27a3a269fff2e Mon Sep 17 00:00:00 2001 From: Yusuke Goda Date: Mon, 20 Dec 2010 01:06:04 +0000 Subject: [PATCH] --- yaml --- r: 227200 b: refs/heads/master c: 56e78dafc4137f86abf6f5f07282afa39ead4056 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/board-mackerel.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9788203d3a0c..1072f26e773b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 41491b9adc6ba47b73100991e9295ae70c58db0f +refs/heads/master: 56e78dafc4137f86abf6f5f07282afa39ead4056 diff --git a/trunk/arch/arm/mach-shmobile/board-mackerel.c b/trunk/arch/arm/mach-shmobile/board-mackerel.c index fd46f067e8b2..c0d18cb74a98 100644 --- a/trunk/arch/arm/mach-shmobile/board-mackerel.c +++ b/trunk/arch/arm/mach-shmobile/board-mackerel.c @@ -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,