rk3026:pmu:tps65910:modify vpll can be closed
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rk30 / board-pmu-tps65910.c
index ebec1fd32c557ea96e287c3d1afef5f8e78b2d55..f63239d165e414379512966cf7a7a903bef81049 100755 (executable)
@@ -327,6 +327,10 @@ static struct regulator_consumer_supply tps65910_smps2_supply[] = {
        {
                 .supply = "vdd_cpu",
         },
+        #else if defined(CONFIG_MACH_RK3026_86V)
+       {
+               .supply = "vdd_core",
+       },
        #endif
 };
 static struct regulator_consumer_supply tps65910_smps3_supply[] = {
@@ -561,7 +565,7 @@ static struct regulator_init_data tps65910_ldo8 = {
                .min_uV                 = 1000000,
                .max_uV                 = 2500000,
                .apply_uV               = 1,
-               .always_on = 1,
+//             .always_on = 1,
                .valid_ops_mask = REGULATOR_CHANGE_STATUS | REGULATOR_CHANGE_VOLTAGE | REGULATOR_CHANGE_MODE,
                .valid_modes_mask = REGULATOR_MODE_STANDBY | REGULATOR_MODE_NORMAL,