diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-06-01 19:08:33 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-06-01 19:08:33 -0700 |
| commit | cf4422bbeffcf1e1a57dcb537a9a76056307ac43 (patch) | |
| tree | 4afa334251604e9ca537adbdac3e40d509c21d59 /arch/arm/mach-omap2/pm-debug.c | |
| parent | 44db13a9f2f0a90723d7cfc26369199fd9f459ef (diff) | |
| download | olio-linux-3.10-cf4422bbeffcf1e1a57dcb537a9a76056307ac43.tar.xz olio-linux-3.10-cf4422bbeffcf1e1a57dcb537a9a76056307ac43.zip | |
Integrated changes that allows sleep, with all the drivers of a complete system. First stab at i2c support in device tree. Still crashes when sleeping.
Change-Id: I0354b3e26e16e0326ad82da8f049b7eee68d3a67
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 ea5a306d1f1..94036241cec 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -45,7 +45,7 @@ u32 enable_off_mode; * global_disable_off_mode supercedes enable_off_mode and keeps * offmode disabled as long as it is set */ -bool global_disable_off_mode = 1; +bool global_disable_off_mode = 0; module_param(global_disable_off_mode, bool, 0644); #ifdef CONFIG_DEBUG_FS |