diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c/twl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index ea5baa269226..685fd767c69b 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h | |||
@@ -669,6 +669,14 @@ struct twl4030_codec_data { | |||
669 | 669 | ||
670 | struct twl4030_vibra_data { | 670 | struct twl4030_vibra_data { |
671 | unsigned int coexist; | 671 | unsigned int coexist; |
672 | |||
673 | /* twl6040 */ | ||
674 | unsigned int vibldrv_res; /* left driver resistance */ | ||
675 | unsigned int vibrdrv_res; /* right driver resistance */ | ||
676 | unsigned int viblmotor_res; /* left motor resistance */ | ||
677 | unsigned int vibrmotor_res; /* right motor resistance */ | ||
678 | int vddvibl_uV; /* VDDVIBL volt, set 0 for fixed reg */ | ||
679 | int vddvibr_uV; /* VDDVIBR volt, set 0 for fixed reg */ | ||
672 | }; | 680 | }; |
673 | 681 | ||
674 | struct twl4030_audio_data { | 682 | struct twl4030_audio_data { |