A22:modify LDO8 voltage use to touchscreen

This commit is contained in:
root
2011-06-03 20:13:12 +08:00
parent 805cb3ae82
commit 851e23bf08

4
arch/arm/mach-rk29/board-rk29-a22.c Normal file → Executable file
View File

@@ -702,8 +702,8 @@ int wm831x_post_init(struct wm831x *parm)
printk("%s set ldo6=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
regulator_put(ldo);
ldo = regulator_get(NULL, "ldo8"); //cmmb
regulator_set_voltage(ldo,1200000,1200000);
ldo = regulator_get(NULL, "ldo8"); //tp
regulator_set_voltage(ldo,3000000,3000000);
regulator_enable(ldo);
printk("%s set ldo8=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
regulator_put(ldo);