rk3168:set defult voltage for new 86v hardware
author张晴 <zhangqing@rock-chips.com>
Wed, 27 Feb 2013 03:21:34 +0000 (11:21 +0800)
committer张晴 <zhangqing@rock-chips.com>
Wed, 27 Feb 2013 03:21:34 +0000 (11:21 +0800)
arch/arm/mach-rk30/board-pmu-tps65910.c
arch/arm/mach-rk30/board-rk3168-86v.c

index 752c7da9c459cbd70af4d6effbceba6f7a688865..75c1510bf45036f6895ff7dd777bab1690d5d6ea 100755 (executable)
@@ -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[] = {
        {
index a361ece3e17c673a7be56b9300acb4b5c15215e9..4ba8859dc8ff8a7970ee624049de8f691a149706 100755 (executable)
@@ -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,
        },