diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-11-18 17:59:39 +0900 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-11-25 15:55:01 +0000 |
commit | 3bc2ee91a470c52fb3979c23c12d43283455f10d (patch) | |
tree | 4b5d8071070aed2e5689fc2b079319938c74abee /include/linux/mfd | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
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')
-rw-r--r-- | include/linux/mfd/samsung/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h index 1825edacbda..0c0343e06ba 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, }; |