From: Hans de Goede Date: Wed, 14 Dec 2016 13:52:08 +0000 (+0100) Subject: mfd: axp20x: Drop wrong AXP288_PMIC_ADC_EN define X-Git-Tag: v4.14-rc1~1444^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59f10f7e62a28b9b664a9b2efbc5bd10d8d751f0;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Chen-Yu Tsai Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index 6d5dd3f..35418cc 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -238,7 +238,6 @@ enum { #define AXP288_PMIC_ADC_H 0x56 #define AXP288_PMIC_ADC_L 0x57 #define AXP288_ADC_TS_PIN_CTRL 0x84 -#define AXP288_PMIC_ADC_EN 0x84 /* Fuel Gauge */ #define AXP288_FG_RDC1_REG 0xba