aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c/twl4030.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h
index 8a4a58ff8dad..0c84cfa059e9 100644
--- a/include/linux/i2c/twl4030.h
+++ b/include/linux/i2c/twl4030.h
@@ -313,6 +313,10 @@ int twl4030_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes);
313 313
314/*----------------------------------------------------------------------*/ 314/*----------------------------------------------------------------------*/
315 315
316struct twl4030_clock_init_data {
317 bool ck32k_lowpwr_enable;
318};
319
316struct twl4030_bci_platform_data { 320struct twl4030_bci_platform_data {
317 int *battery_tmp_tbl; 321 int *battery_tmp_tbl;
318 unsigned int tblsize; 322 unsigned int tblsize;
@@ -425,6 +429,7 @@ struct twl4030_codec_data {
425 429
426struct twl4030_platform_data { 430struct twl4030_platform_data {
427 unsigned irq_base, irq_end; 431 unsigned irq_base, irq_end;
432 struct twl4030_clock_init_data *clock;
428 struct twl4030_bci_platform_data *bci; 433 struct twl4030_bci_platform_data *bci;
429 struct twl4030_gpio_platform_data *gpio; 434 struct twl4030_gpio_platform_data *gpio;
430 struct twl4030_madc_platform_data *madc; 435 struct twl4030_madc_platform_data *madc;