aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2009-03-26 00:24:01 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-03-31 07:37:54 +0900
commit71c1d19e451c2823677a43182e482f66a23ed10a (patch)
treeaa76b18f097480b23832fce5e2b26174e2182bf9 /arch/sh
parentsh: Remove buggy definition from SH7786 pinmux_data[] (diff)
downloadlinux-dev-71c1d19e451c2823677a43182e482f66a23ed10a.tar.xz
linux-dev-71c1d19e451c2823677a43182e482f66a23ed10a.zip
sh: urquell: enable LAN device
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/board-urquell.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/boards/board-urquell.c b/arch/sh/boards/board-urquell.c
index 17036ce20086..8367d1d789c3 100644
--- a/arch/sh/boards/board-urquell.c
+++ b/arch/sh/boards/board-urquell.c
@@ -129,6 +129,10 @@ static int __init urquell_devices_setup(void)
gpio_request(GPIO_FN_USB_OVC0, NULL);
gpio_request(GPIO_FN_USB_PENC0, NULL);
+ /* enable LAN */
+ __raw_writew(__raw_readw(UBOARDREG(IRL2MSKR)) & ~0x00000001,
+ UBOARDREG(IRL2MSKR));
+
return platform_add_devices(urquell_devices,
ARRAY_SIZE(urquell_devices));
}