summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2015-03-17 15:56:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-13 14:03:56 +0200
commit4b38884078bea8fe24486845caa3883fa4fa5460 (patch)
treea620657066f0d604031675c4a0cb825117474bac /include
parent88519acc5f9c96fe6661157ddfa275e743aca4c1 (diff)
regulator: palmas: Correct TPS659038 register definition for REGEN2
commit e03826d5045e81a66a4fad7be9a8ecdaeb7911cf upstream. The register offset for REGEN2_CTRL in different for TPS659038 chip as when compared with other Palmas family PMICs. In the case of TPS659038 the wrong offset pointed to PLLEN_CTRL and was causing a hang. Correcting the same. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/palmas.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index fb0390a1a498..ee7b1ce7a6f8 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -2999,6 +2999,9 @@ enum usb_irq_events {
#define PALMAS_GPADC_TRIM15 0x0E
#define PALMAS_GPADC_TRIM16 0x0F
+/* TPS659038 regen2_ctrl offset iss different from palmas */
+#define TPS659038_REGEN2_CTRL 0x12
+
/* TPS65917 Interrupt registers */
/* Registers for function INTERRUPT */