aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-26 13:18:28 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-09-26 13:18:28 +0900
commitd5160ecffce97ad354caa5a8762edb8c350f9e84 (patch)
tree9b6a7db0a0f2c4b2730d55951b4b2277f6cbb2c8 /arch/arm/mach-s3c64xx
parentfb5d375d352ee5830b33ccdff06eb4f5f1d603f5 (diff)
downloadkernel_samsung_smdk4412-d5160ecffce97ad354caa5a8762edb8c350f9e84.zip
kernel_samsung_smdk4412-d5160ecffce97ad354caa5a8762edb8c350f9e84.tar.gz
kernel_samsung_smdk4412-d5160ecffce97ad354caa5a8762edb8c350f9e84.tar.bz2
ARM: S3C64xx: Add LDOVDD supply for CODEC on Cragganmore
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index a0422a7..ed332dd 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -567,6 +567,7 @@ static struct regulator_init_data pvdd_1v2 __initdata = {
};
static struct regulator_consumer_supply pvdd_1v8_consumers[] __initdata = {
+ REGULATOR_SUPPLY("LDOVDD", "1-001a"),
REGULATOR_SUPPLY("PLLVDD", "1-001a"),
REGULATOR_SUPPLY("DBVDD", "1-001a"),
REGULATOR_SUPPLY("DBVDD1", "1-001a"),