From: Kuninori Morimoto Date: Wed, 20 Jun 2012 09:30:32 +0000 (+0200) Subject: ARM: shmobile: sh7372: bugfix: chclr_offset base X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~18473^2~2^2~16 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4d6344f3c943a5ff1fd8dcbd7be61ebdef1d0285;p=mirror_ubuntu-focal-kernel.git ARM: shmobile: sh7372: bugfix: chclr_offset base chclr_write() will use (chan_reg + chclr_offset). In sh7372 case, DMA1CHCLR is started from 0xfe008220, and chan_reg is started from 0xfe008020 (= sh7372_dmae0_resources). Thus, chclr_offset should be (0x220 - 0x20) instead of 0x220. Signed-off-by: Kuninori Morimoto Acked-by: Magnus Damm Signed-off-by: Rafael J. Wysocki --- diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index 6a4bd582c028..fafce9ce8218 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c @@ -484,7 +484,7 @@ static const struct sh_dmae_slave_config sh7372_dmae_slaves[] = { }, }; -#define SH7372_CHCLR 0x220 +#define SH7372_CHCLR (0x220 - 0x20) static const struct sh_dmae_channel sh7372_dmae_channels[] = { {