diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/s5m87xx/s5m-core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/s5m87xx/s5m-core.h b/include/linux/mfd/s5m87xx/s5m-core.h index 21603b42f22f..0b2e0ed309f5 100644 --- a/include/linux/mfd/s5m87xx/s5m-core.h +++ b/include/linux/mfd/s5m87xx/s5m-core.h | |||
| @@ -347,6 +347,7 @@ struct s5m_platform_data { | |||
| 347 | bool buck_voltage_lock; | 347 | bool buck_voltage_lock; |
| 348 | 348 | ||
| 349 | int buck_gpios[3]; | 349 | int buck_gpios[3]; |
| 350 | int buck_ds[3]; | ||
| 350 | int buck2_voltage[8]; | 351 | int buck2_voltage[8]; |
| 351 | bool buck2_gpiodvs; | 352 | bool buck2_gpiodvs; |
| 352 | int buck3_voltage[8]; | 353 | int buck3_voltage[8]; |
| @@ -369,6 +370,10 @@ struct s5m_platform_data { | |||
| 369 | bool buck2_ramp_enable; | 370 | bool buck2_ramp_enable; |
| 370 | bool buck3_ramp_enable; | 371 | bool buck3_ramp_enable; |
| 371 | bool buck4_ramp_enable; | 372 | bool buck4_ramp_enable; |
| 373 | |||
| 374 | int buck2_init; | ||
| 375 | int buck3_init; | ||
| 376 | int buck4_init; | ||
| 372 | }; | 377 | }; |
| 373 | 378 | ||
| 374 | #endif /* __LINUX_MFD_S5M_CORE_H */ | 379 | #endif /* __LINUX_MFD_S5M_CORE_H */ |
