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:
004f4ce
)
sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr
author
Shimoda, Yoshihiro
<
[email protected]
>
Mon, 20 Feb 2012 08:26:50 +0000
(17:26 +0900)
committer
Paul Mundt
<
[email protected]
>
Fri, 24 Feb 2012 04:21:46 +0000
(13:21 +0900)
The latest sh_eth driver needs a resource of TSU in the channel 1,
if the controller has TSU registers. So, this patch adds the resource.
Signed-off-by: Yoshihiro Shimoda <
[email protected]
>
Signed-off-by: Paul Mundt <
[email protected]
>
arch/sh/boards/board-sh7757lcr.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/board-sh7757lcr.c
b/arch/sh/boards/board-sh7757lcr.c
index 8d2ae109a83aefd15fcccf0860c90b4a73a8ed40..24b1ee410daaccd74eff9ee601ef8c87a077d0d7 100644
(file)
--- a/
arch/sh/boards/board-sh7757lcr.c
+++ b/
arch/sh/boards/board-sh7757lcr.c
@@
-168,6
+168,11
@@
static struct resource sh_eth_giga1_resources[] = {
.start = 0xfee00800,
.end = 0xfee00fff,
.flags = IORESOURCE_MEM,
+ }, {
+ /* TSU */
+ .start = 0xfee01800,
+ .end = 0xfee01fff,
+ .flags = IORESOURCE_MEM,
}, {
.start = 316,
.end = 316,