[PATCH] video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11
Florian Tobias Schandinat
FlorianSchandinat at gmx.de
Sun May 13 16:52:42 EDT 2012
On 05/07/2012 12:20 AM, Donghwa Lee wrote:
> MIPI DSI uses 1.1v regulator, so change its supply name.
>
> Signed-off-by: Donghwa Lee <dh09.lee at samsung.com>
> Signed-off-by: Inki Dae <inki.dae at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
Applied.
Thanks,
Florian Tobias Schandinat
> ---
> 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", },
> };
>
More information about the linux-arm-kernel
mailing list