All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11
@ 2012-05-07  0:20 ` Donghwa Lee
  0 siblings, 0 replies; 4+ messages in thread
From: Donghwa Lee @ 2012-05-07  0:20 UTC (permalink / raw)
  To: linux-arm-kernel

MIPI DSI uses 1.1v regulator, so change its supply name.

Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 drivers/video/exynos/exynos_mipi_dsi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c
index 95e33f0..2e779d3 100644
--- a/drivers/video/exynos/exynos_mipi_dsi.c
+++ b/drivers/video/exynos/exynos_mipi_dsi.c
@@ -58,7 +58,7 @@ static struct mipi_dsim_platform_data *to_dsim_plat(struct platform_device
 }
 
 static struct regulator_bulk_data supplies[] = {
-	{ .supply = "vdd10", },
+	{ .supply = "vdd11", },
 	{ .supply = "vdd18", },
 };
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-13 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07  0:20 [PATCH] video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11 Donghwa Lee
2012-05-07  0:20 ` Donghwa Lee
2012-05-13 20:52 ` Florian Tobias Schandinat
2012-05-13 20:52   ` Florian Tobias Schandinat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.