drivers/regulator: remove unused rk2818_lp8725

Change-Id: I6f17d33865af1646ebdf5c91805f06ff9ff7f314
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2018-11-02 14:27:40 +08:00
parent 099b49ab1d
commit df782c6a00
2 changed files with 0 additions and 1055 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,46 +0,0 @@
/* include/linux/regulator/rk2818_lp8725.h
*
* Copyright (C) 2010 ROCKCHIP, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
#ifndef __LINUX_REGULATOR_LP8725_H
#define __LINUX_REGULATOR_LP8725_H
#include <linux/regulator/machine.h>
#define LP8725_LDO1 0
#define LP8725_LDO2 1
#define LP8725_LDO3 2
#define LP8725_LDO4 3
#define LP8725_LDO5 4
#define LP8725_LILO1 5
#define LP8725_LILO2 6
#define LP8725_DCDC1 7
#define LP8725_DCDC2 8
#define LP8725_DCDC1_V2 9
#define LP8725_DCDC2_V2 10
#define LP8725_NUM_REGULATORS 11
struct lp8725_regulator_subdev {
int id;
struct regulator_init_data *initdata;
};
struct lp8725_platform_data {
int num_regulators;
struct lp8725_regulator_subdev *regulators;
};
extern int rk2818_lp8725_pm_control(void);
#endif