diff options
author | Allen Xu <allen.xu@freescale.com> | 2012-04-10 11:35:31 +0800 |
---|---|---|
committer | Allen Xu <allen.xu@freescale.com> | 2012-04-11 10:13:00 +0800 |
commit | 3e325954714f21a66fba38816de1c5f76403b47a (patch) | |
tree | 08a9722784199caa31fcf29a652796dd75ff6245 | |
parent | 8a08d00d0aea12baa1590a37ebc6ab945aa9ec3c (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>
-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]), |