#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/mfd/ezx-pcap.h>
static const unsigned int V1_table[] = {
2775000, 1275000, 1600000, 1725000, 1825000, 1925000, 2075000, 2275000,
static const unsigned int V2_table[] = {
static const unsigned int V3_table[] = {
1075000, 1275000, 1550000, 1725000, 1876000, 1950000, 2075000, 2275000,
static const unsigned int V4_table[] = {
1275000, 1550000, 1725000, 1875000, 1950000, 2075000, 2275000, 2775000,
static const unsigned int V5_table[] = {
1875000, 2275000, 2475000, 2775000,
static const unsigned int V6_table[] = {
static const unsigned int V7_table[] = {
#define V8_table V4_table
static const unsigned int V9_table[] = {
1575000, 1875000, 2475000, 2775000,
static const unsigned int V10_table[] = {
static const unsigned int VAUX1_table[] = {
1875000, 2475000, 2775000, 3000000,
#define VAUX2_table VAUX1_table