]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mfd: axp20x: Correct name of temperature data ADC registers
authorQuentin Schulz <quentin.schulz@free-electrons.com>
Mon, 20 Mar 2017 08:16:45 +0000 (09:16 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 08:25:04 +0000 (09:25 +0100)
The registers 0x56 and 0x57 of AXP22X PMIC store the value of the
internal temperature of the PMIC.

This patch modifies the name of these registers from AXP22X_PMIC_ADC_H/L
to AXP22X_PMIC_TEMP_H/L so their purpose is clearer.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/axp20x.c
include/linux/mfd/axp20x.h

index 05129004ed90e351b0d6b89a18fee57b67530e32..e02edf1a9ad351fa20f045a76aa00816069726a8 100644 (file)
@@ -101,7 +101,7 @@ static const struct regmap_range axp22x_volatile_ranges[] = {
        regmap_reg_range(AXP20X_PWR_INPUT_STATUS, AXP20X_PWR_OP_MODE),
        regmap_reg_range(AXP20X_IRQ1_EN, AXP20X_IRQ5_STATE),
        regmap_reg_range(AXP22X_GPIO_STATE, AXP22X_GPIO_STATE),
-       regmap_reg_range(AXP22X_PMIC_ADC_H, AXP20X_IPSOUT_V_HIGH_L),
+       regmap_reg_range(AXP22X_PMIC_TEMP_H, AXP20X_IPSOUT_V_HIGH_L),
        regmap_reg_range(AXP20X_FG_RES, AXP20X_FG_RES),
 };
 
index 0d9a1ff383933e375dedf820f7ba5ef7d55494c7..dc8798cf2a2473d7280ca06e135cf2523542c859 100644 (file)
@@ -228,8 +228,8 @@ enum axp20x_variants {
 #define AXP20X_OCV_MAX                 0xf
 
 /* AXP22X specific registers */
-#define AXP22X_PMIC_ADC_H              0x56
-#define AXP22X_PMIC_ADC_L              0x57
+#define AXP22X_PMIC_TEMP_H             0x56
+#define AXP22X_PMIC_TEMP_L             0x57
 #define AXP22X_TS_ADC_H                        0x58
 #define AXP22X_TS_ADC_L                        0x59
 #define AXP22X_BATLOW_THRES1           0xe6