diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-09-10 01:39:55 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-11 13:19:17 +0900 |
commit | be4ebf999a38dfe9d7d705c4913624ec816c48f2 (patch) | |
tree | 8c5b31c83a648d5ac90256710eeea5c040b949ea /arch/sh/boards/mach-ecovec24 | |
parent | 378a569eaa2bff8f22bb312a76cf0a97d5d329ae (diff) |
sh: Add romImage support for EcoVec24
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-ecovec24')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 6721b2516a71..b44c06058e34 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -378,6 +378,7 @@ static int __init devices_setup(void) gpio_request(GPIO_FN_LNKSTA, NULL); /* enable USB */ + ctrl_outw(0x0000, 0xA4D80000); gpio_request(GPIO_PTB3, NULL); gpio_request(GPIO_PTB4, NULL); gpio_request(GPIO_PTB5, NULL); |