diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2017-01-03 12:22:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-06 17:46:06 +0100 |
commit | 657279778af54f35e54b07b6687918f254a2992c (patch) | |
tree | 99ba20f33c6fbb92d93d0346977d45590d9c19b0 /drivers/soc | |
parent | ARM: dts: am335x-icev2: Remove the duplicated pinmux setting (diff) | |
download | linux-657279778af54f35e54b07b6687918f254a2992c.tar.xz linux-657279778af54f35e54b07b6687918f254a2992c.zip |
ARM: OMAP1: DMA: Correct the number of logical channels
OMAP1510, OMAP5910 and OMAP310 have only 9 logical channels.
OMAP1610, OMAP5912, OMAP1710, OMAP730, and OMAP850 have 16 logical channels
available.
The wired 17 for the lch_count must have been used to cover the 16 + 1
dedicated LCD channel, in reality we can only use 9 or 16 channels.
The d->chan_count is not used by the omap-dma stack, so we can skip the
setup. chan_count was configured to the number of logical channels and not
the actual number of physical channels anyways.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/soc')
0 files changed, 0 insertions, 0 deletions