diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2007-10-30 13:05:51 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-30 13:05:51 +0900 |
commit | 16f393df496cfe74f7a26a1ba85e41fd818c0582 (patch) | |
tree | 88d2bea80db9a63250753fe1d71dcc9867fb8283 /arch/sh | |
parent | 262feaa08eeb744853868b9aa1a8bdb18fe2257c (diff) | |
download | blackbird-op-linux-16f393df496cfe74f7a26a1ba85e41fd818c0582.tar.gz blackbird-op-linux-16f393df496cfe74f7a26a1ba85e41fd818c0582.zip |
sh: Enable USBF on MS7722SE.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/se/7722/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/se/7722/setup.c b/arch/sh/boards/se/7722/setup.c index 03b63457e178..20f064083cc2 100644 --- a/arch/sh/boards/se/7722/setup.c +++ b/arch/sh/boards/se/7722/setup.c @@ -103,8 +103,8 @@ static void __init se7722_setup(char **cmdline_p) ctrl_outl(0x00051001, MSTPCR0); ctrl_outl(0x00000000, MSTPCR1); - /* KEYSC, VOU, BEU, CEU, VEU, VPU, LCDC */ - ctrl_outl(0xffffbfC0, MSTPCR2); + /* KEYSC, VOU, BEU, CEU, VEU, VPU, LCDC, USB */ + ctrl_outl(0xffffb7c0, MSTPCR2); ctrl_outw(0x0000, PORT_PECR); /* PORT E 1 = IRQ5 ,E 0 = BS */ ctrl_outw(0x1000, PORT_PJCR); /* PORT J 1 = IRQ1,J 0 =IRQ0 */ |