diff options
| author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-11-18 03:59:39 -0500 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2014-11-25 10:55:01 -0500 |
| commit | 3bc2ee91a470c52fb3979c23c12d43283455f10d (patch) | |
| tree | 4b5d8071070aed2e5689fc2b079319938c74abee /include/linux | |
| 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')
| -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 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 { | |||
| 41 | S5M8767X, | 41 | S5M8767X, |
| 42 | S2MPA01, | 42 | S2MPA01, |
| 43 | S2MPS11X, | 43 | S2MPS11X, |
| 44 | S2MPS13X, | ||
| 44 | S2MPS14X, | 45 | S2MPS14X, |
| 45 | S2MPU02, | 46 | S2MPU02, |
| 46 | }; | 47 | }; |
