diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-06-18 18:16:57 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-07-05 11:41:00 +0530 |
commit | 67eacc1583909d0588c8d5d80c16298c899a6382 (patch) | |
tree | 093794f972e21cf084efcb734667453db1c68926 /drivers/dma/sh/Makefile | |
parent | d0951a23383d09276f7976ed34d8f1cede629b48 (diff) | |
download | linux-67eacc1583909d0588c8d5d80c16298c899a6382.tar.bz2 |
DMA: shdma: add DT support
This patch adds Device Tree support to the shdma driver. No special DT
properties are used, only standard DMA DT bindings are implemented. Since
shdma controllers reside on SoCs, their configuration is SoC-specific and
shall be passed to the driver from the SoC platform data, using the
auxdata procedure.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/sh/Makefile')
-rw-r--r-- | drivers/dma/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/sh/Makefile b/drivers/dma/sh/Makefile index c07ca4612e46..c962138dde96 100644 --- a/drivers/dma/sh/Makefile +++ b/drivers/dma/sh/Makefile @@ -1,3 +1,3 @@ -obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o +obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o shdma-of.o obj-$(CONFIG_SH_DMAE) += shdma.o obj-$(CONFIG_SUDMAC) += sudmac.o |