aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/platform_data/edma.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2015-12-09 10:18:10 +0200
committerVinod Koul <vinod.koul@intel.com>2015-12-10 08:31:10 +0530
commitecb7deceff2a51d3be50518969bc06411f485a62 (patch)
tree84152d7383723f36d7446a350537e6bc0bfbc63e /include/linux/platform_data/edma.h
parentLinux 4.4-rc1 (diff)
downloadwireguard-linux-ecb7deceff2a51d3be50518969bc06411f485a62.tar.xz
wireguard-linux-ecb7deceff2a51d3be50518969bc06411f485a62.zip
dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type
This change makes the DT file to be easier to read since the memcpy channels array does not need the '/bits/ 16' to be specified, which might confuse some people. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/platform_data/edma.h')
-rw-r--r--include/linux/platform_data/edma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/edma.h b/include/linux/platform_data/edma.h
index e2878baeb90e..4299f4ba03bd 100644
--- a/include/linux/platform_data/edma.h
+++ b/include/linux/platform_data/edma.h
@@ -72,7 +72,7 @@ struct edma_soc_info {
struct edma_rsv_info *rsv;
/* List of channels allocated for memcpy, terminated with -1 */
- s16 *memcpy_channels;
+ s32 *memcpy_channels;
s8 (*queue_priority_mapping)[2];
const s16 (*xbar_chans)[2];