From c23e5ce010e0cf012fafe52461609781f49fa917 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Wed, 7 Oct 2009 09:00:06 +0000 Subject: [PATCH] --- yaml --- r: 167160 b: refs/heads/master c: f78bab30707e043bc16c5b11ebff794c123f68c1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/mach-ecovec24/setup.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a460fbdb2786..0a28590671e8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 59c82d12aa898c2f373b7e44bdea0b7c762ceccc +refs/heads/master: f78bab30707e043bc16c5b11ebff794c123f68c1 diff --git a/trunk/arch/sh/boards/mach-ecovec24/setup.c b/trunk/arch/sh/boards/mach-ecovec24/setup.c index bbc7859433b6..3b1ceb46fa54 100644 --- a/trunk/arch/sh/boards/mach-ecovec24/setup.c +++ b/trunk/arch/sh/boards/mach-ecovec24/setup.c @@ -512,6 +512,11 @@ static void __init sh_eth_init(void) #define IODRIVEA 0xA405018A static int __init arch_setup(void) { + /* enable STATUS0, STATUS2 and PDSTATUS */ + gpio_request(GPIO_FN_STATUS0, NULL); + gpio_request(GPIO_FN_STATUS2, NULL); + gpio_request(GPIO_FN_PDSTATUS, NULL); + /* enable SCIFA0 */ gpio_request(GPIO_FN_SCIF0_TXD, NULL); gpio_request(GPIO_FN_SCIF0_RXD, NULL);