aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/samsung
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-11-18 17:59:39 +0900
committerLee Jones <lee.jones@linaro.org>2014-11-25 15:55:01 +0000
commit3bc2ee91a470c52fb3979c23c12d43283455f10d (patch)
tree4b5d8071070aed2e5689fc2b079319938c74abee /include/linux/mfd/samsung
parentLinux 3.18-rc1 (diff)
downloadlinux-dev-3bc2ee91a470c52fb3979c23c12d43283455f10d.tar.xz
linux-dev-3bc2ee91a470c52fb3979c23c12d43283455f10d.zip
mfd: sec-core: Add support for S2MPS13 device
This patch adds the support for Samsung S2MPS13 PMIC device to the sec-core MFD driver. The S2MPS13 is very similar with existing S2MPS14 and includes PMIC/ RTC/CLOCK devices. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Sangbeom Kim <sbkim73@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/samsung')
-rw-r--r--include/linux/mfd/samsung/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h
index 1825edacbda7..0c0343e06ba6 100644
--- a/include/linux/mfd/samsung/core.h
+++ b/include/linux/mfd/samsung/core.h
@@ -41,6 +41,7 @@ enum sec_device_type {
S5M8767X,
S2MPA01,
S2MPS11X,
+ S2MPS13X,
S2MPS14X,
S2MPU02,
};