rk3168:set defult voltage for new 86v hardware

This commit is contained in:
张晴
2013-02-27 11:21:34 +08:00
parent 61e52f56cb
commit bcd83568bc
2 changed files with 15 additions and 11 deletions

View File

@@ -319,7 +319,11 @@ static struct regulator_consumer_supply tps65910_smps2_supply[] = {
{
.supply = "vdd2",
},
#if defined(CONFIG_MACH_RK3168_86V)
{
.supply = "vdd_cpu",
},
#endif
};
static struct regulator_consumer_supply tps65910_smps3_supply[] = {
{

View File

@@ -1484,9 +1484,9 @@ static struct pmu_info tps65910_dcdc_info[] = {
.max_uv = 1100000,
},
{
.name = "vdd2", //ddr
.min_uv = 1200000,
.max_uv = 1200000,
.name = "vdd_cpu", //arm
.min_uv = 1100000,
.max_uv = 1100000,
},
{
.name = "vio", //vcc_io
@@ -1496,20 +1496,20 @@ static struct pmu_info tps65910_dcdc_info[] = {
};
static struct pmu_info tps65910_ldo_info[] = {
{
/* {
.name = "vpll", //vdd10
.min_uv = 1000000,
.max_uv = 1000000,
},
},*/
{
.name = "vdig1", //vcc18_cif
.min_uv = 1800000,
.max_uv = 1800000,
},
{
.name = "vdig2", //vdd_jetta
.min_uv = 1200000,
.max_uv = 1200000,
.name = "vdig2", //vdd11
.min_uv = 1000000,
.max_uv = 1000000,
},
{
.name = "vaux1", //vcc28_cif
@@ -1517,7 +1517,7 @@ static struct pmu_info tps65910_ldo_info[] = {
.max_uv = 2800000,
},
{
.name = "vaux2", //vcca33
.name = "vaux2", //vcc33
.min_uv = 3300000,
.max_uv = 3300000,
},
@@ -1527,7 +1527,7 @@ static struct pmu_info tps65910_ldo_info[] = {
.max_uv = 3300000,
},
{
.name = "vmmc", //vcc30
.name = "vmmc", //vcca30
.min_uv = 3000000,
.max_uv = 3000000,
},