commit | 59f10f7e62a28b9b664a9b2efbc5bd10d8d751f0 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Dec 14 14:52:08 2016 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Feb 13 09:29:41 2017 +0000 |
tree | 8f5fdeee0224b9322fc03c5f9442ea99a1fda02c | |
parent | 1af468ebe45591651ec3bafc2e9ddc6fdef70ae0 [diff] |
mfd: axp20x: Drop wrong AXP288_PMIC_ADC_EN define The adc-enable register for the axp288 is 0x82, not 0x84. 0x82 is already defined as AXP20X_ADC_EN1 and that is what the axp288_adc driver is actually using, so simply drop the wrong AXP288_PMIC_ADC_EN define. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>