From 1fbc33ec66c0f8d6b7f5b9a460fdd288ee42f7d8 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 22 Jun 2011 13:08:17 +0900 Subject: [PATCH] --- yaml --- r: 260520 b: refs/heads/master c: 3512729672e7f454f8dff2f3cdad7e3af190a9b6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c64xx/mach-crag6410.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5d522406061d..bbbd82850be5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae24c263271ea450df8af331c0ec34ff3086c962 +refs/heads/master: 3512729672e7f454f8dff2f3cdad7e3af190a9b6 diff --git a/trunk/arch/arm/mach-s3c64xx/mach-crag6410.c b/trunk/arch/arm/mach-s3c64xx/mach-crag6410.c index cfe19f0f4cb5..ea7228b7b641 100644 --- a/trunk/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/trunk/arch/arm/mach-s3c64xx/mach-crag6410.c @@ -367,6 +367,7 @@ static struct regulator_init_data vddarm __initdata = { }, .num_consumer_supplies = ARRAY_SIZE(vddarm_consumers), .consumer_supplies = vddarm_consumers, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddint __initdata = { @@ -406,6 +407,7 @@ static struct regulator_init_data vddmmc __initdata = { }, .num_consumer_supplies = ARRAY_SIZE(vddmmc_consumers), .consumer_supplies = vddmmc_consumers, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddotgi __initdata = { @@ -413,6 +415,7 @@ static struct regulator_init_data vddotgi __initdata = { .name = "VDDOTGi", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddotg __initdata = { @@ -420,6 +423,7 @@ static struct regulator_init_data vddotg __initdata = { .name = "VDDOTG", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddhi __initdata = { @@ -427,6 +431,7 @@ static struct regulator_init_data vddhi __initdata = { .name = "VDDHI", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddadc __initdata = { @@ -434,6 +439,7 @@ static struct regulator_init_data vddadc __initdata = { .name = "VDDADC,VDDDAC", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddmem0 __initdata = { @@ -441,6 +447,7 @@ static struct regulator_init_data vddmem0 __initdata = { .name = "VDDMEM0", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddpll __initdata = { @@ -448,6 +455,7 @@ static struct regulator_init_data vddpll __initdata = { .name = "VDDPLL", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddlcd __initdata = { @@ -455,6 +463,7 @@ static struct regulator_init_data vddlcd __initdata = { .name = "VDDLCD", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct regulator_init_data vddalive __initdata = { @@ -462,6 +471,7 @@ static struct regulator_init_data vddalive __initdata = { .name = "VDDALIVE", .always_on = 1, }, + .supply_regulator = "WALLVDD", }; static struct wm831x_status_pdata banff_red_led __initdata = {