aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/se/770x
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-11-07 14:56:46 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-11-07 14:56:46 +0900
commit9c88b6ba1c72a8bba30347b63f1531f2d9c2a309 (patch)
tree2ba3e1c534f4fe9f565b93806fd67426929d9fb2 /arch/sh/boards/se/770x
parentsh: Remove SCI_NPORTS from sh-sci.h (diff)
downloadlinux-dev-9c88b6ba1c72a8bba30347b63f1531f2d9c2a309.tar.xz
linux-dev-9c88b6ba1c72a8bba30347b63f1531f2d9c2a309.zip
sh: Fix heartbeart on Solution Engine series
Access size to LED is not added on Solution Engine series. LED doesn't work. Fixed this problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/se/770x')
-rw-r--r--arch/sh/boards/se/770x/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/se/770x/setup.c b/arch/sh/boards/se/770x/setup.c
index d07a3368f546..318bc8a3969c 100644
--- a/arch/sh/boards/se/770x/setup.c
+++ b/arch/sh/boards/se/770x/setup.c
@@ -94,6 +94,7 @@ static unsigned char heartbeat_bit_pos[] = { 8, 9, 10, 11, 12, 13, 14, 15 };
static struct heartbeat_data heartbeat_data = {
.bit_pos = heartbeat_bit_pos,
.nr_bits = ARRAY_SIZE(heartbeat_bit_pos),
+ .regsize = 16,
};
static struct resource heartbeat_resources[] = {