diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index e20bf5835365..7dce84b61a27 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -306,6 +306,24 @@ static struct regulator_consumer_supply wallvdd_consumers[] = { | |||
306 | REGULATOR_SUPPLY("SPKVDD2", "1-001a"), | 306 | REGULATOR_SUPPLY("SPKVDD2", "1-001a"), |
307 | REGULATOR_SUPPLY("SPKVDDL", "1-001a"), | 307 | REGULATOR_SUPPLY("SPKVDDL", "1-001a"), |
308 | REGULATOR_SUPPLY("SPKVDDR", "1-001a"), | 308 | REGULATOR_SUPPLY("SPKVDDR", "1-001a"), |
309 | |||
310 | REGULATOR_SUPPLY("DC1VDD", "0-0034"), | ||
311 | REGULATOR_SUPPLY("DC2VDD", "0-0034"), | ||
312 | REGULATOR_SUPPLY("DC3VDD", "0-0034"), | ||
313 | REGULATOR_SUPPLY("LDO1VDD", "0-0034"), | ||
314 | REGULATOR_SUPPLY("LDO2VDD", "0-0034"), | ||
315 | REGULATOR_SUPPLY("LDO4VDD", "0-0034"), | ||
316 | REGULATOR_SUPPLY("LDO5VDD", "0-0034"), | ||
317 | REGULATOR_SUPPLY("LDO6VDD", "0-0034"), | ||
318 | REGULATOR_SUPPLY("LDO7VDD", "0-0034"), | ||
319 | REGULATOR_SUPPLY("LDO8VDD", "0-0034"), | ||
320 | REGULATOR_SUPPLY("LDO9VDD", "0-0034"), | ||
321 | REGULATOR_SUPPLY("LDO10VDD", "0-0034"), | ||
322 | REGULATOR_SUPPLY("LDO11VDD", "0-0034"), | ||
323 | |||
324 | REGULATOR_SUPPLY("DC1VDD", "1-0034"), | ||
325 | REGULATOR_SUPPLY("DC2VDD", "1-0034"), | ||
326 | REGULATOR_SUPPLY("DC3VDD", "1-0034"), | ||
309 | }; | 327 | }; |
310 | 328 | ||
311 | static struct regulator_init_data wallvdd_data = { | 329 | static struct regulator_init_data wallvdd_data = { |