aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-01-15 12:48:15 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:19:03 +0900
commitd1eea50b0c6c998b713d824024c25c5001a5a8a4 (patch)
tree5430173e1346484ff03a5574661f1b84a53ebb67 /arch
parentsh: remove voyagergx (diff)
downloadlinux-dev-d1eea50b0c6c998b713d824024c25c5001a5a8a4.tar.xz
linux-dev-d1eea50b0c6c998b713d824024c25c5001a5a8a4.zip
sh: r2d - enable sm501 usb host function
This patch tells the sm501 mfd driver to build platform data for the sm501 usb host driver. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/boards/renesas/rts7751r2d/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/renesas/rts7751r2d/setup.c b/arch/sh/boards/renesas/rts7751r2d/setup.c
index 8cb496617073..8528616feaa0 100644
--- a/arch/sh/boards/renesas/rts7751r2d/setup.c
+++ b/arch/sh/boards/renesas/rts7751r2d/setup.c
@@ -149,6 +149,7 @@ static struct sm501_initdata sm501_initdata = {
.set = 0x00001fe0,
.mask = 0x0,
},
+ .devices = SM501_USE_USB_HOST,
};
static struct sm501_platdata sm501_platform_data = {