Merge remote-tracking branches 'regulator/topic/s5m8767', 'regulator/topic/stub', 'regulator/topic/tps65090', 'regulator/topic/tps65217' and 'regulator/topic/tps65218' into regulator-next
This commit is contained in:
@@ -92,11 +92,16 @@ struct tps65090 {
|
||||
* DCDC1, DCDC2 and DCDC3.
|
||||
* @gpio: Gpio number if external control is enabled and controlled through
|
||||
* gpio.
|
||||
* @overcurrent_wait_valid: True if the overcurrent_wait should be applied.
|
||||
* @overcurrent_wait: Value to set as the overcurrent wait time. This is the
|
||||
* actual bitfield value, not a time in ms (valid value are 0 - 3).
|
||||
*/
|
||||
struct tps65090_regulator_plat_data {
|
||||
struct regulator_init_data *reg_init_data;
|
||||
bool enable_ext_control;
|
||||
int gpio;
|
||||
bool overcurrent_wait_valid;
|
||||
int overcurrent_wait;
|
||||
};
|
||||
|
||||
struct tps65090_platform_data {
|
||||
|
||||
@@ -254,7 +254,6 @@ struct tps65217 {
|
||||
struct tps65217_board *pdata;
|
||||
unsigned long id;
|
||||
struct regulator_desc desc[TPS65217_NUM_REGULATOR];
|
||||
struct regulator_dev *rdev[TPS65217_NUM_REGULATOR];
|
||||
struct regmap *regmap;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user