aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/chips/pcf50606.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/i2c/chips/pcf50606.c b/drivers/i2c/chips/pcf50606.c
index 6f71e6ccc19..aa841e3fcfa 100644
--- a/drivers/i2c/chips/pcf50606.c
+++ b/drivers/i2c/chips/pcf50606.c
@@ -1957,6 +1957,9 @@ static int pcf50606_resume(struct device *dev)
mutex_unlock(&pcf->lock);
+ /* Hack to fix the gta01 power button problem on resume */
+ pcf50606_irq(0, pcf);
+
return 0;
}
#else