diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-06-08 10:31:44 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-06-08 10:31:44 -0700 |
| commit | 9bdcd4a656be073b446823908c98d0a8c441f0df (patch) | |
| tree | 29e28d72a361873a9f36a3dc3766953e9283898b /arch/arm/mach-omap2/pm-debug.c | |
| parent | eff019527fa7b27e872d9e2ec35e2487fd71a90a (diff) | |
| download | olio-linux-3.10-9bdcd4a656be073b446823908c98d0a8c441f0df.tar.xz olio-linux-3.10-9bdcd4a656be073b446823908c98d0a8c441f0df.zip | |
Setting top speed to 800MHz. Depends on the CONFIG_MACH_OMAP3_H1_DVT2 flag being set.
Change-Id: I8ab0d33210e47e4dac861cc6ffcab70cd92a6ea6
Diffstat (limited to 'arch/arm/mach-omap2/pm-debug.c')
| -rw-r--r-- | arch/arm/mach-omap2/pm-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c index 94036241cec..119e6756883 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -39,7 +39,7 @@ #include "pm-debug-regs.h" /* enable_off_mode is the runtime flag for enable/disable of offmode */ -u32 enable_off_mode; +u32 enable_off_mode = 1; /* * global_disable_off_mode supercedes enable_off_mode and keeps |