diff options
-rw-r--r-- | arch/arm/mach-shmobile/board-ag5evm.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c index 4758690ea421..02f64d9c154b 100644 --- a/arch/arm/mach-shmobile/board-ag5evm.c +++ b/arch/arm/mach-shmobile/board-ag5evm.c | |||
@@ -193,6 +193,12 @@ static void __init ag5evm_init(void) | |||
193 | gpio_request(GPIO_FN_KEYOUT8, NULL); | 193 | gpio_request(GPIO_FN_KEYOUT8, NULL); |
194 | gpio_request(GPIO_FN_PORT149_KEYOUT9, NULL); | 194 | gpio_request(GPIO_FN_PORT149_KEYOUT9, NULL); |
195 | 195 | ||
196 | /* enable IC2 2 and 3 */ | ||
197 | gpio_request(GPIO_FN_PORT236_I2C_SDA2, NULL); | ||
198 | gpio_request(GPIO_FN_PORT237_I2C_SCL2, NULL); | ||
199 | gpio_request(GPIO_FN_PORT248_I2C_SCL3, NULL); | ||
200 | gpio_request(GPIO_FN_PORT249_I2C_SDA3, NULL); | ||
201 | |||
196 | /* enable SMSC911X */ | 202 | /* enable SMSC911X */ |
197 | gpio_request(GPIO_PORT144, NULL); /* PINTA2 */ | 203 | gpio_request(GPIO_PORT144, NULL); /* PINTA2 */ |
198 | gpio_direction_input(GPIO_PORT144); | 204 | gpio_direction_input(GPIO_PORT144); |