dmaengine: sun6i: Remove obsolete clk muxing code
authorChen-Yu Tsai <wens@csie.org>
Sat, 6 Sep 2014 10:47:28 +0000 (18:47 +0800)
committerVinod Koul <vinod.koul@intel.com>
Wed, 24 Sep 2014 05:28:27 +0000 (10:58 +0530)
commit14e0e2833d44f61cb8168d04e979a2bfbc0f4bfb
tree01dcb2aa33774db2b927ec3296542fb54b98b740
parent50cf5534df852d30f1fd07030c2084b708a88308
dmaengine: sun6i: Remove obsolete clk muxing code

The sun6i DMA controller requires the AHB1 bus clock to be
clocked from PLL6. This was originally done by the dmaengine
driver during probe time. The AHB1 clock driver has since been
unified, so the original code does not work.

Remove the clk muxing code, and replace it with DT clk default
properties.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sun6i-dma.c