diff options
author | Jason Wang <jason77.wang@gmail.com> | 2010-08-21 10:24:04 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-08-21 12:22:43 +0200 |
commit | 7f67bff58662604874778e6853e5c394f944e554 (patch) | |
tree | 56bc733a19732d137b824f571f9e1b6e0f5e4351 /arch/arm/plat-mxc/Kconfig | |
parent | mxc/tzic: add base address when accessing TZIC registers (diff) | |
download | linux-7f67bff58662604874778e6853e5c394f944e554.tar.xz linux-7f67bff58662604874778e6853e5c394f944e554.zip |
mx5/clock: fix clear bit fields issue in _clk_ccgr_disable function
We can see MXC_CCM_CCGRx_MOD_OFF is defined as 0 while
MXC_CCM_CCGRx_CG_MASK is defined as 0x3 in crm_regs.h, here in the
_clk_ccgr_disable function, we want to clear the corresponding enable
bit fields to disable this clock, so we should choose MASK instead of
OFF otherwise clocks can't be disabled.
Signed-off-by: Jason Wang <jason77.wang@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
0 files changed, 0 insertions, 0 deletions