From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shimoda, Yoshihiro" Date: Wed, 11 Jan 2012 07:28:30 +0000 Subject: [PATCH v3 2/2] sh: enable the SUDMAC of renesas_usbhs in board-sh7757lcr Message-Id: <4F0D3A1E.7060206@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Signed-off-by: Yoshihiro Shimoda --- 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