aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/max14577-private.h
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2014-04-14 11:17:13 +0200
committerLee Jones <lee.jones@linaro.org>2014-04-23 14:07:50 +0100
commit575343d161d75dc1516f53436b9eb47d04eda938 (patch)
tree52a133e94bb7e9ade87e4139b0e25f14a4faa780 /include/linux/mfd/max14577-private.h
parentextcon: max14577: Change extcon name instead of static name according to device type (diff)
downloadlinux-dev-575343d161d75dc1516f53436b9eb47d04eda938.tar.xz
linux-dev-575343d161d75dc1516f53436b9eb47d04eda938.zip
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/max14577-private.h')
-rw-r--r--include/linux/mfd/max14577-private.h4
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,