diff options
author | Allen Xu <allen.xu@freescale.com> | 2012-04-10 11:35:31 +0800 |
---|---|---|
committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-10-12 07:10:06 -0700 |
commit | 549fa37280d0354ee109d4333c0cfb2745a32d8c (patch) | |
tree | b12faceb65db7889d90d79a6a00fd04118bc9965 /arch/arm/mach-mx6/clock.c | |
parent | 887cb471d95ea2aab985bf09f5e1d705819f4b7a (diff) |
ENGR00177241-1 mx6 close APBH DMA clock when no I/O operation
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>
Diffstat (limited to 'arch/arm/mach-mx6/clock.c')
-rw-r--r-- | arch/arm/mach-mx6/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c index 43ca85f9c7a6..2c49585bee4e 100644 --- a/arch/arm/mach-mx6/clock.c +++ b/arch/arm/mach-mx6/clock.c @@ -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]), |