diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2014-04-14 05:17:13 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-04-23 09:07:50 -0400 |
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 @@ | |||
22 | #include <linux/i2c.h> | 22 | #include <linux/i2c.h> |
23 | #include <linux/regmap.h> | 23 | #include <linux/regmap.h> |
24 | 24 | ||
25 | #define MAX14577_REG_INVALID (0xff) | 25 | /* Slave addr = 0x4A: MUIC and Charger */ |
26 | |||
27 | /* Slave addr = 0x4A: Interrupt */ | ||
28 | enum max14577_reg { | 26 | enum max14577_reg { |
29 | MAX14577_REG_DEVICEID = 0x00, | 27 | MAX14577_REG_DEVICEID = 0x00, |
30 | MAX14577_REG_INT1 = 0x01, | 28 | MAX14577_REG_INT1 = 0x01, |