aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 2272624a06e..4c4e1dec6ec 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -648,7 +648,6 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
.min_uV = 3300000,
.max_uV = 3300000,
.valid_modes_mask = REGULATOR_MODE_NORMAL,
- .boot_on = 1,
.apply_uV = 1,
.state_mem = {
.enabled = 1,
@@ -661,7 +660,6 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
.min_uV = 1300000,
.max_uV = 1600000,
.valid_modes_mask = REGULATOR_MODE_NORMAL,
- .boot_on = 1,
.apply_uV = 1,
},
.num_consumer_supplies = 0,
@@ -672,7 +670,6 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
.max_uV = 1800000,
.valid_modes_mask = REGULATOR_MODE_NORMAL,
.apply_uV = 1,
- .boot_on = 1,
.state_mem = {
.enabled = 1,
},
@@ -685,7 +682,6 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
.max_uV = 3300000,
.valid_modes_mask = REGULATOR_MODE_NORMAL,
.valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
- .boot_on = 1,
},
.num_consumer_supplies = 1,
.consumer_supplies = hcldo_consumers,
@@ -742,6 +738,9 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
.min_uV = 0,
.max_uV = 3300000,
.valid_modes_mask = REGULATOR_MODE_NORMAL,
+ .state_mem = {
+ .enabled = 1,
+ },
},
.num_consumer_supplies = 0,
},
@@ -1661,9 +1660,6 @@ static void gta02_pmu_attach_child_devices(struct pcf50633 *pcf)
{
int n;
- /* only now force enable LCM power and codec power */
- pcf->
-
for (n = 0; n < ARRAY_SIZE(gta02_devices_pmu_children); n++)
gta02_devices_pmu_children[n]->dev.parent = pcf->dev;