From: Chen-Yu Tsai Date: Sat, 6 Sep 2014 10:47:28 +0000 (+0800) Subject: dmaengine: sun6i: Remove obsolete clk muxing code X-Git-Tag: omap-for-v3.19/prcm-cleanup~37^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e0e2833d44f61cb8168d04e979a2bfbc0f4bfb;p=pandora-kernel.git 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 Acked-by: Maxime Ripard Signed-off-by: Vinod Koul --- Reading git-diff-tree failed