diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-10-12 09:00:52 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-10-19 18:17:07 -0400 |
commit | 20a5b6d043a9a12d01cec76993ba3658a6d36ba7 (patch) | |
tree | 6a2d943828027a758f6c26c97dc10a6975084b02 /arch/arm/mach-ux500 | |
parent | 38bdbf020ad7ae1bca564a7db238cdf8b2f462a8 (diff) |
ste_dma40: move mode_opt to separate config
Defaults are "basic mode" for physical channels, and "logical source
logical destination" for logical channels.
Acked-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/devices-db8500.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c index 86b650b0d456..2f84fe607afb 100644 --- a/arch/arm/mach-ux500/devices-db8500.c +++ b/arch/arm/mach-ux500/devices-db8500.c | |||
@@ -132,7 +132,6 @@ static struct resource dma40_resources[] = { | |||
132 | 132 | ||
133 | /* Default configuration for physcial memcpy */ | 133 | /* Default configuration for physcial memcpy */ |
134 | struct stedma40_chan_cfg dma40_memcpy_conf_phy = { | 134 | struct stedma40_chan_cfg dma40_memcpy_conf_phy = { |
135 | .channel_type = STEDMA40_PCHAN_BASIC_MODE, | ||
136 | .mode = STEDMA40_MODE_PHYSICAL, | 135 | .mode = STEDMA40_MODE_PHYSICAL, |
137 | .dir = STEDMA40_MEM_TO_MEM, | 136 | .dir = STEDMA40_MEM_TO_MEM, |
138 | 137 | ||
@@ -148,8 +147,7 @@ struct stedma40_chan_cfg dma40_memcpy_conf_phy = { | |||
148 | }; | 147 | }; |
149 | /* Default configuration for logical memcpy */ | 148 | /* Default configuration for logical memcpy */ |
150 | struct stedma40_chan_cfg dma40_memcpy_conf_log = { | 149 | struct stedma40_chan_cfg dma40_memcpy_conf_log = { |
151 | .channel_type = (STEDMA40_LCHAN_SRC_LOG_DST_LOG | | 150 | .channel_type = STEDMA40_NO_TIM_FOR_LINK, |
152 | STEDMA40_NO_TIM_FOR_LINK), | ||
153 | .dir = STEDMA40_MEM_TO_MEM, | 151 | .dir = STEDMA40_MEM_TO_MEM, |
154 | 152 | ||
155 | .src_info.endianess = STEDMA40_LITTLE_ENDIAN, | 153 | .src_info.endianess = STEDMA40_LITTLE_ENDIAN, |