summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/clock.c
diff options
context:
space:
mode:
authorAllen Xu <allen.xu@freescale.com>2012-04-10 11:35:31 +0800
committerAllen Xu <allen.xu@freescale.com>2012-04-11 10:13:00 +0800
commit3e325954714f21a66fba38816de1c5f76403b47a (patch)
tree08a9722784199caa31fcf29a652796dd75ff6245 /arch/arm/mach-mx6/clock.c
parent8a08d00d0aea12baa1590a37ebc6ab945aa9ec3c (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.c2
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]),