aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@stericsson.com>2009-08-13 05:49:49 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2009-09-17 03:47:17 -0400
commitce290b0e865ae19f0ae49968def0a2edcb4e6a65 (patch)
tree4c8c38bd9d552030a0f4c314a5a2a94c7d66af48
parent7cdc2b98cec4c9b5bd563adf9eec90e7a7e12234 (diff)
mfd: AB3100 alter default setting
This alters the default setting for AB3100_IMRB1 from 0xff to 0xbf. These registers are used for the yet unimplemented ADC and this new setting will deactivate ADC Trigger 1. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/mfd/ab3100-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab3100-core.c b/drivers/mfd/ab3100-core.c
index 377ec2ba6549..bba534ba8c65 100644
--- a/drivers/mfd/ab3100-core.c
+++ b/drivers/mfd/ab3100-core.c
@@ -667,7 +667,7 @@ ab3100_init_settings[] = {
667 .setting = 0x01 667 .setting = 0x01
668 }, { 668 }, {
669 .abreg = AB3100_IMRB1, 669 .abreg = AB3100_IMRB1,
670 .setting = 0xFF 670 .setting = 0xBF
671 }, { 671 }, {
672 .abreg = AB3100_IMRB2, 672 .abreg = AB3100_IMRB2,
673 .setting = 0xFF 673 .setting = 0xFF