#
# The control interface support for RK29 suspend
#
-# CONFIG_RK29_SPI_INSRAM is not set
+CONFIG_RK29_SPI_INSRAM=y
#
# Processor Type
# CONFIG_EETI_EGALAX is not set
# CONFIG_TOUCHSCREEN_IT7260 is not set
CONFIG_TOUCHSCREEN_GT801_IIC=y
+# CONFIG_TOUCHSCREEN_GT818_IIC is not set
# CONFIG_D70_L3188A is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_LPSENSOR_ISL29028 is not set
regulator_put(ldo);
ldo = regulator_get(NULL, "ldo3"); //sram
- regulator_set_voltage(ldo,1800000,1800000);
- regulator_set_suspend_voltage(ldo,1800000);
- regulator_enable(ldo);
- printk("%s set ldo3=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
+ regulator_disable(ldo);
+// regulator_set_voltage(ldo,1800000,1800000);
+// regulator_set_suspend_voltage(ldo,1800000);
+// regulator_enable(ldo);
+// printk("%s set ldo3=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
regulator_put(ldo);
ldo = regulator_get(NULL, "ldo5"); //tf
regulator_put(ldo);
ldo = regulator_get(NULL, "ldo8"); //cmmb
- regulator_set_voltage(ldo,1200000,1200000);
- regulator_set_suspend_voltage(ldo,1200000);
- regulator_enable(ldo);
- printk("%s set ldo8=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
+ regulator_disable(ldo);
+// regulator_set_voltage(ldo,1200000,1200000);
+// regulator_set_suspend_voltage(ldo,1200000);
+// regulator_enable(ldo);
+// printk("%s set ldo8=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
regulator_put(ldo);
ldo = regulator_get(NULL, "ldo9"); //cmmb
- regulator_set_voltage(ldo,3000000,3000000);
- regulator_set_suspend_voltage(ldo,3000000);
- regulator_enable(ldo);
- printk("%s set ldo9=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
+ regulator_disable(ldo);
+// regulator_set_voltage(ldo,3000000,3000000);
+// regulator_set_suspend_voltage(ldo,3000000);
+// regulator_enable(ldo);
+// printk("%s set ldo9=%dmV end\n", __FUNCTION__, regulator_get_voltage(ldo));
regulator_put(ldo);
#endif