提交 59f10f7e 编写于 作者: H Hans de Goede 提交者: Lee Jones

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: NHans de Goede <hdegoede@redhat.com>
Acked-by: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 1af468eb
...@@ -238,7 +238,6 @@ enum { ...@@ -238,7 +238,6 @@ enum {
#define AXP288_PMIC_ADC_H 0x56 #define AXP288_PMIC_ADC_H 0x56
#define AXP288_PMIC_ADC_L 0x57 #define AXP288_PMIC_ADC_L 0x57
#define AXP288_ADC_TS_PIN_CTRL 0x84 #define AXP288_ADC_TS_PIN_CTRL 0x84
#define AXP288_PMIC_ADC_EN 0x84
/* Fuel Gauge */ /* Fuel Gauge */
#define AXP288_FG_RDC1_REG 0xba #define AXP288_FG_RDC1_REG 0xba
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册