Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66685aa0 authored by Donghwa Lee's avatar Donghwa Lee Committed by Florian Tobias Schandinat
Browse files

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: default avatarDonghwa Lee <dh09.lee@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent 65302e48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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", },
};