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:
e9c8d7a
)
ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-only
author
Guennadi Liakhovetski
<
[email protected]
>
Wed, 18 Jan 2012 09:14:29 +0000
(10:14 +0100)
committer
Vinod Koul
<
[email protected]
>
Wed, 1 Feb 2012 16:53:54 +0000
(22:23 +0530)
Signed-off-by: Guennadi Liakhovetski <
[email protected]
>
Acked-by: Paul Mundt <
[email protected]
>
Signed-off-by: Vinod Koul <
[email protected]
>
arch/arm/mach-shmobile/setup-sh7372.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/setup-sh7372.c
b/arch/arm/mach-shmobile/setup-sh7372.c
index 6fcf304d3cdf53869f4d7b64d701e4d5e92345ce..a83cf51fc09906a13018472b4f563baebaf7bcb5 100644
(file)
--- a/
arch/arm/mach-shmobile/setup-sh7372.c
+++ b/
arch/arm/mach-shmobile/setup-sh7372.c
@@
-662,6
+662,7
@@
static struct sh_dmae_pdata usb_dma0_platform_data = {
.dmaor_is_32bit = 1,
.needs_tend_set = 1,
.no_dmars = 1,
+ .slave_only = 1,
};
static struct resource sh7372_usb_dmae0_resources[] = {
@@
-723,6
+724,7
@@
static struct sh_dmae_pdata usb_dma1_platform_data = {
.dmaor_is_32bit = 1,
.needs_tend_set = 1,
.no_dmars = 1,
+ .slave_only = 1,
};
static struct resource sh7372_usb_dmae1_resources[] = {