diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2014-04-14 11:17:13 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-04-23 14:07:50 +0100 |
commit | 575343d161d75dc1516f53436b9eb47d04eda938 (patch) | |
tree | 52a133e94bb7e9ade87e4139b0e25f14a4faa780 /include/linux/mfd | |
parent | 4005da5ce8cd21e2566a3cb51f74be9acdc457a9 (diff) |
mfd: max14577: Add muic prefix to regmap config
Add muic prefix to regmap config to differentiate between another regmap
config for MAX77836 PMIC node. Additionally remove unused
symbols: MAX14577_REG_INVALID and max14577_irq_source.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/max14577-private.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/mfd/max14577-private.h b/include/linux/mfd/max14577-private.h index c9b332fb0d5d..97b78d94f92f 100644 --- a/include/linux/mfd/max14577-private.h +++ b/include/linux/mfd/max14577-private.h @@ -22,9 +22,7 @@ #include <linux/i2c.h> #include <linux/regmap.h> -#define MAX14577_REG_INVALID (0xff) - -/* Slave addr = 0x4A: Interrupt */ +/* Slave addr = 0x4A: MUIC and Charger */ enum max14577_reg { MAX14577_REG_DEVICEID = 0x00, MAX14577_REG_INT1 = 0x01, |