diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-14 17:21:57 +0530 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2014-03-18 10:56:17 +0000 |
| commit | ce24991e1e4d7bee05bcc0e156b0b1c2ef791dd3 (patch) | |
| tree | 385fd59e3e0f233b43e9180ca2eb01d61c9760d5 /include/linux/mfd/samsung/core.h | |
| parent | 8f695de515b9e08e30c5b7fae48c0672c8361c51 (diff) | |
| download | lwn-ce24991e1e4d7bee05bcc0e156b0b1c2ef791dd3.tar.gz lwn-ce24991e1e4d7bee05bcc0e156b0b1c2ef791dd3.zip | |
mfd: Add support for S2MPA01 device
Add the necessary entries required for S2MPA01 multi-function
device. While at it also convert whitespaces to tabs in core.h.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/samsung/core.h')
| -rw-r--r-- | include/linux/mfd/samsung/core.h | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h index 5073d81660e7..900bc9e1888b 100644 --- a/include/linux/mfd/samsung/core.h +++ b/include/linux/mfd/samsung/core.h @@ -18,6 +18,7 @@ enum sec_device_type { S5M8751X, S5M8763X, S5M8767X, + S2MPA01, S2MPS11X, S2MPS14X, }; @@ -93,7 +94,7 @@ struct sec_platform_data { int buck3_default_idx; int buck4_default_idx; - int buck_ramp_delay; + int buck_ramp_delay; int buck2_ramp_delay; int buck34_ramp_delay; @@ -101,10 +102,15 @@ struct sec_platform_data { int buck16_ramp_delay; int buck7810_ramp_delay; int buck9_ramp_delay; - - bool buck2_ramp_enable; - bool buck3_ramp_enable; - bool buck4_ramp_enable; + int buck24_ramp_delay; + int buck3_ramp_delay; + int buck7_ramp_delay; + int buck8910_ramp_delay; + + bool buck1_ramp_enable; + bool buck2_ramp_enable; + bool buck3_ramp_enable; + bool buck4_ramp_enable; bool buck6_ramp_enable; int buck2_init; |
