rk3066b: set vdd_11 1.0V
authorchenxing <chenxing@rock-chips.com>
Mon, 15 Oct 2012 02:37:13 +0000 (10:37 +0800)
committerchenxing <chenxing@rock-chips.com>
Mon, 15 Oct 2012 02:37:33 +0000 (10:37 +0800)
arch/arm/mach-rk30/board-rk3066b-sdk-wm8326.c

index 0576d2643c077b802a39bf1b71b026f6b091cbb0..afd3d6e56790ef8e8c0aa895b0fd3be6a1ebbb74 100755 (executable)
@@ -196,7 +196,7 @@ int wm831x_post_init(struct wm831x *Wm831x)
        udelay(100);
        
        ldo = regulator_get(NULL, "ldo4");      // vdd_11
-       regulator_set_voltage(ldo, 900000, 900000);
+       regulator_set_voltage(ldo, 1000000, 1000000);
        regulator_set_suspend_voltage(ldo, 900000);
        regulator_enable(ldo);
 //     printk("%s set ldo4 vdd_11=%dmV end\n", __func__, regulator_get_voltage(ldo));