diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2019-05-05 18:43:23 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-05-08 14:50:06 +0300 |
commit | 4c58f7012f15a71f05cd447f7658a61376d11591 (patch) | |
tree | e8ec333d787092af1ada85f2e6af3f1a3787319f /include/linux/mfd/max77620.h | |
parent | ea611d1cc180fbb56982c83cd5142a2b34881f5c (diff) | |
download | linux-4c58f7012f15a71f05cd447f7658a61376d11591.tar.xz |
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/max77620.h')
-rw-r--r-- | include/linux/mfd/max77620.h | 1 |
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 { |