diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-26 06:18:28 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-26 06:18:28 +0200 |
commit | d5160ecffce97ad354caa5a8762edb8c350f9e84 (patch) | |
tree | 9b6a7db0a0f2c4b2730d55951b4b2277f6cbb2c8 /arch/arm/mach-s3c64xx/mach-crag6410.c | |
parent | ARM: S3C64XX: Add support for synchronous clock operation (diff) | |
download | linux-d5160ecffce97ad354caa5a8762edb8c350f9e84.tar.xz linux-d5160ecffce97ad354caa5a8762edb8c350f9e84.zip |
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/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 1 |
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 a0422a719996..ed332dd7bf4f 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"), |