]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00177241-1 mx6 close APBH DMA clock when no I/O operation
authorAllen Xu <allen.xu@freescale.com>
Tue, 10 Apr 2012 03:35:31 +0000 (11:35 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:24 +0000 (08:34 +0200)
When there is no NAND I/O operation, close all the reference
clock, include GPMI,BCH and APBH clock.

Signed-off-by: Allen Xu <allen.xu@freescale.com>
arch/arm/mach-mx6/clock.c

index 43ca85f9c7a63f31af96a55d9996a8c606ccff68..2c49585bee4e93702702b7014de08902f5a4b070 100644 (file)
@@ -5086,7 +5086,7 @@ static struct clk_lookup lookups[] = {
        _REGISTER_CLOCK(NULL, "caam_clk", caam_clk[0]),
        _REGISTER_CLOCK(NULL, "asrc_clk", asrc_clk[0]),
        _REGISTER_CLOCK(NULL, "asrc_serial_clk", asrc_clk[1]),
-       _REGISTER_CLOCK("mxs-dma-apbh", NULL, apbh_dma_clk),
+       _REGISTER_CLOCK(NULL, "mxs-dma-apbh", apbh_dma_clk),
        _REGISTER_CLOCK(NULL, "openvg_axi_clk", openvg_axi_clk),
        _REGISTER_CLOCK(NULL, "gpu3d_clk", gpu3d_core_clk[0]),
        _REGISTER_CLOCK(NULL, "gpu2d_clk", gpu2d_core_clk[0]),