Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8ddf036 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Vinod Koul
Browse files

ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-only

parent e9c8d7a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -662,6 +662,7 @@ static struct sh_dmae_pdata usb_dma0_platform_data = {
	.dmaor_is_32bit	= 1,
	.dmaor_is_32bit	= 1,
	.needs_tend_set	= 1,
	.needs_tend_set	= 1,
	.no_dmars	= 1,
	.no_dmars	= 1,
	.slave_only	= 1,
};
};


static struct resource sh7372_usb_dmae0_resources[] = {
static struct resource sh7372_usb_dmae0_resources[] = {
@@ -723,6 +724,7 @@ static struct sh_dmae_pdata usb_dma1_platform_data = {
	.dmaor_is_32bit	= 1,
	.dmaor_is_32bit	= 1,
	.needs_tend_set	= 1,
	.needs_tend_set	= 1,
	.no_dmars	= 1,
	.no_dmars	= 1,
	.slave_only	= 1,
};
};


static struct resource sh7372_usb_dmae1_resources[] = {
static struct resource sh7372_usb_dmae1_resources[] = {