diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-10-10 06:54:53 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-12 06:25:41 -0400 |
commit | 5dfb1aa53ec182ceb9a729ffe239a07db7866481 (patch) | |
tree | 4d98289f0850e1b04193c40b58d768acc0eba0fd /arch/arm/mach-exynos4/mach-origen.c | |
parent | 6b6844dd54e4196dd9818bc63b319f93c37a08be (diff) |
ARM: EXYNOS4: Enable regulator support for HDMI on ORIGEN
Since the DC5V line is connected directly to the HDMI connector,
"hdmi-en" regulator would become a dummy regulator on origen board
(by defining REGULATOR_DUMMY in the kernel config file).
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/mach-origen.c')
-rw-r--r-- | arch/arm/mach-exynos4/mach-origen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c index 71db8480bb5a..973cc1992dc0 100644 --- a/arch/arm/mach-exynos4/mach-origen.c +++ b/arch/arm/mach-exynos4/mach-origen.c | |||
@@ -89,6 +89,8 @@ static struct s3c2410_uartcfg origen_uartcfgs[] __initdata = { | |||
89 | 89 | ||
90 | static struct regulator_consumer_supply __initdata ldo3_consumer[] = { | 90 | static struct regulator_consumer_supply __initdata ldo3_consumer[] = { |
91 | REGULATOR_SUPPLY("vdd11", "s5p-mipi-csis.0"), /* MIPI */ | 91 | REGULATOR_SUPPLY("vdd11", "s5p-mipi-csis.0"), /* MIPI */ |
92 | REGULATOR_SUPPLY("vdd", "exynos4-hdmi"), /* HDMI */ | ||
93 | REGULATOR_SUPPLY("vdd_pll", "exynos4-hdmi"), /* HDMI */ | ||
92 | }; | 94 | }; |
93 | static struct regulator_consumer_supply __initdata ldo6_consumer[] = { | 95 | static struct regulator_consumer_supply __initdata ldo6_consumer[] = { |
94 | REGULATOR_SUPPLY("vdd18", "s5p-mipi-csis.0"), /* MIPI */ | 96 | REGULATOR_SUPPLY("vdd18", "s5p-mipi-csis.0"), /* MIPI */ |
@@ -98,6 +100,7 @@ static struct regulator_consumer_supply __initdata ldo7_consumer[] = { | |||
98 | }; | 100 | }; |
99 | static struct regulator_consumer_supply __initdata ldo8_consumer[] = { | 101 | static struct regulator_consumer_supply __initdata ldo8_consumer[] = { |
100 | REGULATOR_SUPPLY("vdd", "s5p-adc"), /* ADC */ | 102 | REGULATOR_SUPPLY("vdd", "s5p-adc"), /* ADC */ |
103 | REGULATOR_SUPPLY("vdd_osc", "exynos4-hdmi"), /* HDMI */ | ||
101 | }; | 104 | }; |
102 | static struct regulator_consumer_supply __initdata ldo9_consumer[] = { | 105 | static struct regulator_consumer_supply __initdata ldo9_consumer[] = { |
103 | REGULATOR_SUPPLY("dvdd", "swb-a31"), /* AR6003 WLAN & CSR 8810 BT */ | 106 | REGULATOR_SUPPLY("dvdd", "swb-a31"), /* AR6003 WLAN & CSR 8810 BT */ |