diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-05-05 13:59:08 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:00 +0200 |
commit | 9d2b53909e243f00f20388a70845a58d0cf9842d (patch) | |
tree | 1830501a69a40e9c9ba673077a148cf4b2daf1e0 | |
parent | d7807318a4ae76dd0b979e02de477b215b2ba4e5 (diff) |
ARM: ux500: clock: Disable periph7 and sync APEATCLK and APETRACECLK
periph7 is clocked at boot, disable it. APEATCLK and APETRACECLK are
clocked at boot and the clock framework should know about that.
Also adding Kconfig option to disable APEATCLK and APETRACECLK if
you wish to save some power.
ST-Ericsson Linux next: Not tested, ask SSM for ER
ST-Ericsson ID: ER327234
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: I2bb5df649e3f7671506f063a4d8843037054fab1
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17992
Conflicts:
arch/arm/mach-ux500/clock-db8500.c
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index bc0caf63e1a..fb240f93bfa 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -155,6 +155,12 @@ config UX500_DEBUG_HWREG Adds various debug files to access registers. This should never ever be used for anything else than debugging. +config UX500_DEBUG_NO_LAUTERBACH + bool "Disable clocks needed for Lauterbach debugging" + help + Disable clocks needed for Lauterbach debugging at boot. + If yes, you will reduce the power consumption. + source "arch/arm/mach-ux500/Kconfig-arch" source "arch/arm/mach-ux500/pm/Kconfig" endif |