projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db913c
)
sh: Use physical addresses for sh7722 USBF resources
author
Magnus Damm
<magnus.damm@gmail.com>
Fri, 21 Mar 2008 09:43:28 +0000
(18:43 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 18 Apr 2008 16:50:03 +0000
(09:50 -0700)
Use physical addresses and change resource name to follow data sheet.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
index b98b4bc93ec9df41bfd5b61ada70a65b3bd8ba99..a6929fa59c354d54ed25280a9bdb21cd33dab6b5 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
@@
-16,13
+16,12
@@
static struct resource usbf_resources[] = {
[0] = {
- .name = "
m66592_udc
",
- .start = 0x
A
4480000,
- .end = 0x
A
44800FF,
+ .name = "
USBF
",
+ .start = 0x
0
4480000,
+ .end = 0x
0
44800FF,
.flags = IORESOURCE_MEM,
},
[1] = {
- .name = "m66592_udc",
.start = 65,
.end = 65,
.flags = IORESOURCE_IRQ,