aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2019-05-05 18:43:23 +0300
committerLee Jones <lee.jones@linaro.org>2019-05-08 12:50:06 +0100
commit4c58f7012f15a71f05cd447f7658a61376d11591 (patch)
treee8ec333d787092af1ada85f2e6af3f1a3787319f /include/linux/mfd
parentmfd: max77620: Fix swapped FPS_PERIOD_MAX_US values (diff)
downloadlinux-dev-4c58f7012f15a71f05cd447f7658a61376d11591.tar.xz
linux-dev-4c58f7012f15a71f05cd447f7658a61376d11591.zip
mfd: max77620: Support Maxim 77663
Add support for Maxim 77663 using the Max77620 driver. The hardware is very similar to Max77663/20024, although there are couple minor differences. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/max77620.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/max77620.h b/include/linux/mfd/max77620.h
index b4fd5a7c2aaa..82407fe85ca2 100644
--- a/include/linux/mfd/max77620.h
+++ b/include/linux/mfd/max77620.h
@@ -324,6 +324,7 @@ enum max77620_fps_src {
enum max77620_chip_id {
MAX77620,
MAX20024,
+ MAX77663,
};
struct max77620_chip {