projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262feaa
)
sh: Enable USBF on MS7722SE.
author
Yoshihiro Shimoda
<shimoda.yoshihiro@renesas.com>
Tue, 30 Oct 2007 04:05:51 +0000
(13:05 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 30 Oct 2007 04:05:51 +0000
(13:05 +0900)
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/se/7722/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/se/7722/setup.c
b/arch/sh/boards/se/7722/setup.c
index 03b63457e1780c9fb3c77ec5bf185eaa4abfd7f0..20f064083cc29179131a1b181a55249705c14887 100644
(file)
--- 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(0xffffb
fC
0, MSTPCR2);
+ /* KEYSC, VOU, BEU, CEU, VEU, VPU, LCDC
, USB
*/
+ ctrl_outl(0xffffb
7c
0, 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 */