From: kfx Date: Fri, 19 Oct 2012 10:36:46 +0000 (+0800) Subject: rk2928 tb: update rkusb_wifi_power X-Git-Tag: firefly_0821_release~8360 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8a062214c3aa707a93cd2ef38dd759ac3d866fdb;p=firefly-linux-kernel-4.4.55.git rk2928 tb: update rkusb_wifi_power --- diff --git a/arch/arm/mach-rk2928/board-rk2928-tb.c b/arch/arm/mach-rk2928/board-rk2928-tb.c index 65423497b444..a530d4b661da 100755 --- a/arch/arm/mach-rk2928/board-rk2928-tb.c +++ b/arch/arm/mach-rk2928/board-rk2928-tb.c @@ -430,6 +430,7 @@ struct platform_device pwm_regulator_device[1] = { #if defined(CONFIG_RTL8192CU) || defined(CONFIG_RTL8188EU) static void rkusb_wifi_power(int on) { +#if 0 struct regulator *ldo = NULL; #if defined(CONFIG_MFD_TPS65910) @@ -451,6 +452,7 @@ static void rkusb_wifi_power(int on) { regulator_put(ldo); udelay(100); +#endif } #endif @@ -981,8 +983,8 @@ static struct dvfs_arm_table dvfs_cpu_logic_table[] = { {.frequency = 600 * 1000, .cpu_volt = 1200 * 1000, .logic_volt = 1200 * 1000}, {.frequency = 696 * 1000, .cpu_volt = 1400 * 1000, .logic_volt = 1200 * 1000}, {.frequency = 816 * 1000, .cpu_volt = 1400 * 1000, .logic_volt = 1200 * 1000}, - {.frequency = 912 * 1000, .cpu_volt = 1450 * 1000, .logic_volt = 1200 * 1000}, - {.frequency = 1008 * 1000, .cpu_volt = 1500 * 1000, .logic_volt = 1200 * 1000}, + //{.frequency = 912 * 1000, .cpu_volt = 1450 * 1000, .logic_volt = 1200 * 1000}, + //{.frequency = 1008 * 1000, .cpu_volt = 1500 * 1000, .logic_volt = 1200 * 1000}, #if 0 {.frequency = 1104 * 1000, .cpu_volt = 1400 * 1000, .logic_volt = 1200 * 1000}, {.frequency = 1200 * 1000, .cpu_volt = 1400 * 1000, .logic_volt = 1200 * 1000},