diff options
| -rw-r--r-- | 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 49c735180bd8..dfc728fc7b1a 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 | |||
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | static struct regulator_bulk_data supplies[] = { | 60 | static struct regulator_bulk_data supplies[] = { |
| 61 | { .supply = "vdd10", }, | 61 | { .supply = "vdd11", }, |
| 62 | { .supply = "vdd18", }, | 62 | { .supply = "vdd18", }, |
| 63 | }; | 63 | }; |
| 64 | 64 | ||
