diff options
Diffstat (limited to 'include/linux/mfd/max77686.h')
-rw-r--r-- | include/linux/mfd/max77686.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h index 553f7d09258a..bb995ab9a575 100644 --- a/include/linux/mfd/max77686.h +++ b/include/linux/mfd/max77686.h | |||
@@ -119,12 +119,6 @@ enum max77802_regulators { | |||
119 | MAX77802_REG_MAX, | 119 | MAX77802_REG_MAX, |
120 | }; | 120 | }; |
121 | 121 | ||
122 | struct max77686_regulator_data { | ||
123 | int id; | ||
124 | struct regulator_init_data *initdata; | ||
125 | struct device_node *of_node; | ||
126 | }; | ||
127 | |||
128 | enum max77686_opmode { | 122 | enum max77686_opmode { |
129 | MAX77686_OPMODE_NORMAL, | 123 | MAX77686_OPMODE_NORMAL, |
130 | MAX77686_OPMODE_LP, | 124 | MAX77686_OPMODE_LP, |
@@ -136,26 +130,4 @@ struct max77686_opmode_data { | |||
136 | int mode; | 130 | int mode; |
137 | }; | 131 | }; |
138 | 132 | ||
139 | struct max77686_platform_data { | ||
140 | int ono; | ||
141 | int wakeup; | ||
142 | |||
143 | /* ---- PMIC ---- */ | ||
144 | struct max77686_regulator_data *regulators; | ||
145 | int num_regulators; | ||
146 | |||
147 | struct max77686_opmode_data *opmode_data; | ||
148 | |||
149 | /* | ||
150 | * GPIO-DVS feature is not enabled with the current version of | ||
151 | * MAX77686 driver. Buck2/3/4_voltages[0] is used as the default | ||
152 | * voltage at probe. DVS/SELB gpios are set as OUTPUT-LOW. | ||
153 | */ | ||
154 | int buck234_gpio_dvs[3]; /* GPIO of [0]DVS1, [1]DVS2, [2]DVS3 */ | ||
155 | int buck234_gpio_selb[3]; /* [0]SELB2, [1]SELB3, [2]SELB4 */ | ||
156 | unsigned int buck2_voltage[8]; /* buckx_voltage in uV */ | ||
157 | unsigned int buck3_voltage[8]; | ||
158 | unsigned int buck4_voltage[8]; | ||
159 | }; | ||
160 | |||
161 | #endif /* __LINUX_MFD_MAX77686_H */ | 133 | #endif /* __LINUX_MFD_MAX77686_H */ |