From 8aaff459acdad4915bcdd8475d4314499980e0ac Mon Sep 17 00:00:00 2001 From: Balaji Rao Date: Sun, 4 Jan 2009 16:58:31 +0000 Subject: implement_pm_power_off.patch This fixes the system-does-not-powerdown bug. Reported-by: Michael Trimarchi Signed-off-by: Balaji Rao --- include/linux/mfd/pcf50633/core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux') 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 -- cgit v1.2.3