diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-04 16:58:31 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2009-01-04 16:58:31 +0000 |
commit | 8aaff459acdad4915bcdd8475d4314499980e0ac (patch) | |
tree | 801cb93bc03b4b5163959a75558b56ef0471ed25 /include/linux | |
parent | aeb4db1b913993a3e06522f13bab79decbd3cdef (diff) |
implement_pm_power_off.patch
This fixes the system-does-not-powerdown bug.
Reported-by: Michael Trimarchi <trimarchimichael@yahoo.it>
Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/pcf50633/core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/pcf50633/core.h b/include/linux/mfd/pcf50633/core.h index bf107d3794e..d08be0da7b3 100644 --- a/include/linux/mfd/pcf50633/core.h +++ b/include/linux/mfd/pcf50633/core.h @@ -206,7 +206,8 @@ enum pcf50633_reg_int5 { }; /* misc. registers */ -#define PCF50633_REG_OOCSHDWN 0x0c +#define PCF50633_REG_OOCSHDWN 0x0c +#define PCF50633_OOCSHDWN_GOSTDBY 0x01 #endif |