commit | a915d150f68d8fd8ad72de6d9d4d7be26813b214 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Nov 11 13:13:47 2013 -0700 |
committer | Stephen Warren <swarren@nvidia.com> | Wed Dec 11 16:44:23 2013 -0700 |
tree | 821641c84881d27bb5d8b1fe9a3fc83667f9472c | |
parent | ff2251e3de37b002e2e91e4917119f5776e210e3 [diff] |
spi: tegra: convert to standard DMA DT bindings By using dma_request_slave_channel_or_err(), the DMA slave ID can be looked up from standard DT properties, and squirrelled away during channel allocation. Hence, there's no need to use a custom DT property to store the slave ID. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Mark Brown <broonie@linaro.org>