forked from Minki/linux
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>
This commit is contained in:
parent
7cdc2b98ce
commit
ce290b0e86
@ -667,7 +667,7 @@ ab3100_init_settings[] = {
|
||||
.setting = 0x01
|
||||
}, {
|
||||
.abreg = AB3100_IMRB1,
|
||||
.setting = 0xFF
|
||||
.setting = 0xBF
|
||||
}, {
|
||||
.abreg = AB3100_IMRB2,
|
||||
.setting = 0xFF
|
||||
|
Loading…
Reference in New Issue
Block a user