Parcourir la source

video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11

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>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Donghwa Lee il y a 13 ans
Parent
commit
66685aa00b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      drivers/video/exynos/exynos_mipi_dsi.c

+ 1 - 1
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", },
 };