|
@@ -26,8 +26,6 @@
|
|
#ifndef __LINUX_REGULATOR_TPS62360_H
|
|
#ifndef __LINUX_REGULATOR_TPS62360_H
|
|
#define __LINUX_REGULATOR_TPS62360_H
|
|
#define __LINUX_REGULATOR_TPS62360_H
|
|
|
|
|
|
-#include <linux/regulator/machine.h>
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* struct tps62360_regulator_platform_data - tps62360 regulator platform data.
|
|
* struct tps62360_regulator_platform_data - tps62360 regulator platform data.
|
|
*
|
|
*
|
|
@@ -44,7 +42,7 @@
|
|
* @vsel1_def_state: Default state of vsel1. 1 if it is high else 0.
|
|
* @vsel1_def_state: Default state of vsel1. 1 if it is high else 0.
|
|
*/
|
|
*/
|
|
struct tps62360_regulator_platform_data {
|
|
struct tps62360_regulator_platform_data {
|
|
- struct regulator_init_data reg_init_data;
|
|
|
|
|
|
+ struct regulator_init_data *reg_init_data;
|
|
bool en_force_pwm;
|
|
bool en_force_pwm;
|
|
bool en_discharge;
|
|
bool en_discharge;
|
|
bool en_internal_pulldn;
|
|
bool en_internal_pulldn;
|