aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index 1ef53b28f683..9c287a3e28e5 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -285,6 +285,8 @@ static struct platform_device speyside_wm8962_device = {
285static struct regulator_consumer_supply wallvdd_consumers[] = { 285static struct regulator_consumer_supply wallvdd_consumers[] = {
286 REGULATOR_SUPPLY("SPKVDD1", "1-001a"), 286 REGULATOR_SUPPLY("SPKVDD1", "1-001a"),
287 REGULATOR_SUPPLY("SPKVDD2", "1-001a"), 287 REGULATOR_SUPPLY("SPKVDD2", "1-001a"),
288 REGULATOR_SUPPLY("SPKVDDL", "1-001a"),
289 REGULATOR_SUPPLY("SPKVDDR", "1-001a"),
288}; 290};
289 291
290static struct regulator_init_data wallvdd_data = { 292static struct regulator_init_data wallvdd_data = {
@@ -561,6 +563,9 @@ static struct regulator_init_data pvdd_1v2 __initdata = {
561static struct regulator_consumer_supply pvdd_1v8_consumers[] __initdata = { 563static struct regulator_consumer_supply pvdd_1v8_consumers[] __initdata = {
562 REGULATOR_SUPPLY("PLLVDD", "1-001a"), 564 REGULATOR_SUPPLY("PLLVDD", "1-001a"),
563 REGULATOR_SUPPLY("DBVDD", "1-001a"), 565 REGULATOR_SUPPLY("DBVDD", "1-001a"),
566 REGULATOR_SUPPLY("DBVDD1", "1-001a"),
567 REGULATOR_SUPPLY("DBVDD2", "1-001a"),
568 REGULATOR_SUPPLY("DBVDD3", "1-001a"),
564 REGULATOR_SUPPLY("CPVDD", "1-001a"), 569 REGULATOR_SUPPLY("CPVDD", "1-001a"),
565 REGULATOR_SUPPLY("AVDD2", "1-001a"), 570 REGULATOR_SUPPLY("AVDD2", "1-001a"),
566 REGULATOR_SUPPLY("DCVDD", "1-001a"), 571 REGULATOR_SUPPLY("DCVDD", "1-001a"),