diff options
Diffstat (limited to 'drivers/dma/dw/platform.c')
-rw-r--r-- | drivers/dma/dw/platform.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c index 6dd8cd1820c1..58fc1ba02a1e 100644 --- a/drivers/dma/dw/platform.c +++ b/drivers/dma/dw/platform.c | |||
@@ -128,12 +128,6 @@ dw_dma_parse_dt(struct platform_device *pdev) | |||
128 | pdata->nr_masters = nr_masters; | 128 | pdata->nr_masters = nr_masters; |
129 | pdata->nr_channels = nr_channels; | 129 | pdata->nr_channels = nr_channels; |
130 | 130 | ||
131 | /* | ||
132 | * All known devices, which use DT for configuration, support | ||
133 | * memory-to-memory transfers. So enable it by default. | ||
134 | */ | ||
135 | pdata->is_memcpy = true; | ||
136 | |||
137 | if (!of_property_read_u32(np, "chan_allocation_order", &tmp)) | 131 | if (!of_property_read_u32(np, "chan_allocation_order", &tmp)) |
138 | pdata->chan_allocation_order = (unsigned char)tmp; | 132 | pdata->chan_allocation_order = (unsigned char)tmp; |
139 | 133 | ||