From a23991081798de3bee9cd878c7aec4dc6f04352a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=BC=A0=E6=99=B4?= Date: Mon, 22 Jul 2013 16:23:28 +0800 Subject: [PATCH] rk3026:pmu:modify defult voltage --- arch/arm/mach-rk30/board-pmu-tps65910.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-rk30/board-pmu-tps65910.c b/arch/arm/mach-rk30/board-pmu-tps65910.c index 0c72936aed12..596607c641df 100755 --- a/arch/arm/mach-rk30/board-pmu-tps65910.c +++ b/arch/arm/mach-rk30/board-pmu-tps65910.c @@ -37,7 +37,7 @@ int tps65910_pre_init(struct tps65910 *tps65910){ gpio_direction_output(PMU_POWER_SLEEP, GPIO_LOW); #endif - +#if 0 /*************set vdd11 (pll) voltage 1.0v********************/ val = tps65910_reg_read(tps65910, TPS65910_VDIG2); if (val<0) { @@ -51,7 +51,7 @@ int tps65910_pre_init(struct tps65910 *tps65910){ return err; } /****************************************/ - +#endif val = tps65910_reg_read(tps65910, TPS65910_DEVCTRL2); if (val<0) { printk(KERN_ERR "Unable to read TPS65910_DEVCTRL2 reg\n"); -- 2.34.1