* [PATCH v3 2/2] sh: enable the SUDMAC of renesas_usbhs in board-sh7757lcr
@ 2012-01-11 7:28 Shimoda, Yoshihiro
0 siblings, 0 replies; only message in thread
From: Shimoda, Yoshihiro @ 2012-01-11 7:28 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
about v3:
- No change
arch/sh/boards/board-sh7757lcr.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c
index 0838154..40872e8 100644
--- a/arch/sh/boards/board-sh7757lcr.c
+++ b/arch/sh/boards/board-sh7757lcr.c
@@ -276,6 +276,8 @@ static struct renesas_usbhs_platform_info usb0_data = {
},
.driver_param = {
.buswait_bwait = 5,
+ .d0_tx_id = SHDMA_SLAVE_SUDMAC00,
+ .has_sudmac = 1,
}
};
@@ -288,7 +290,7 @@ static struct resource usb0_resources[] = {
[1] = {
.start = 50,
.end = 50,
- .flags = IORESOURCE_IRQ,
+ .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
},
};
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-11 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-11 7:28 [PATCH v3 2/2] sh: enable the SUDMAC of renesas_usbhs in board-sh7757lcr Shimoda, Yoshihiro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).