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

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
......@@ -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", },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment