diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2012-09-17 05:04:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-05 21:29:28 -0400 |
commit | c421a1e418b191c8fb632dc5261b61acec6541ca (patch) | |
tree | e3ee5b3485a4fae1e516cd4aa5b1cc6bc0990e22 /arch/arm/mach-exynos/mach-universal_c210.c | |
parent | 29de2337f9816865c8ac1894fdb16aacefe6c9ed (diff) |
[media] ARM: EXYNOS: Change MIPI-CSIS device regulator supply names
Rename MIPI-CSIS regulator supply names to match definitions in
the driver after commit "s5p-csis: Change regulator supply names".
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-universal_c210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index acd2e9db329f..1cb7c11d680a 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -209,7 +209,7 @@ static struct regulator_consumer_supply lp3974_ldo3_consumer[] = { | |||
209 | REGULATOR_SUPPLY("vusb_a", "s3c-hsotg"), | 209 | REGULATOR_SUPPLY("vusb_a", "s3c-hsotg"), |
210 | REGULATOR_SUPPLY("vdd", "exynos4-hdmi"), | 210 | REGULATOR_SUPPLY("vdd", "exynos4-hdmi"), |
211 | REGULATOR_SUPPLY("vdd_pll", "exynos4-hdmi"), | 211 | REGULATOR_SUPPLY("vdd_pll", "exynos4-hdmi"), |
212 | REGULATOR_SUPPLY("vdd11", "s5p-mipi-csis.0"), | 212 | REGULATOR_SUPPLY("vddcore", "s5p-mipi-csis.0"), |
213 | }; | 213 | }; |
214 | 214 | ||
215 | static struct regulator_init_data lp3974_ldo3_data = { | 215 | static struct regulator_init_data lp3974_ldo3_data = { |
@@ -273,7 +273,7 @@ static struct regulator_init_data lp3974_ldo6_data = { | |||
273 | }; | 273 | }; |
274 | 274 | ||
275 | static struct regulator_consumer_supply lp3974_ldo7_consumer[] = { | 275 | static struct regulator_consumer_supply lp3974_ldo7_consumer[] = { |
276 | REGULATOR_SUPPLY("vdd18", "s5p-mipi-csis.0"), | 276 | REGULATOR_SUPPLY("vddio", "s5p-mipi-csis.0"), |
277 | }; | 277 | }; |
278 | 278 | ||
279 | static struct regulator_init_data lp3974_ldo7_data = { | 279 | static struct regulator_init_data lp3974_ldo7_data = { |