Marek Szyprowski wrote:
> 
> This patch adds new entries required by the new version of MAX8998
> driver. Without them, the driver fails to init. See commit 50f19a4596
> 
> Signed-off-by: Marek Szyprowski <[email protected]>
> Signed-off-by: Kyungmin Park <[email protected]>
> 
> ---
> 
> Hello,
> 
Hi

> This is quite important bugfix for 2.6.37 release. I'm really sorry that

No problem :-)

> I forgot to send it earlier.
> 
Yeah would be better.

Anyway, ok...will apply into s5p-fixes-for-linus branch for 37.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

> ---
>  arch/arm/mach-s5pv210/mach-aquila.c |    6 ++++++
>  arch/arm/mach-s5pv210/mach-goni.c   |    6 ++++++
>  2 files changed, 12 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-
> s5pv210/mach-aquila.c
> index 28677ca..461aa035 100644
> --- a/arch/arm/mach-s5pv210/mach-aquila.c
> +++ b/arch/arm/mach-s5pv210/mach-aquila.c
> @@ -378,6 +378,12 @@ static struct max8998_regulator_data
aquila_regulators[]
> = {
>  static struct max8998_platform_data aquila_max8998_pdata = {
>       .num_regulators = ARRAY_SIZE(aquila_regulators),
>       .regulators     = aquila_regulators,
> +     .buck1_set1     = S5PV210_GPH0(3),
> +     .buck1_set2     = S5PV210_GPH0(4),
> +     .buck2_set3     = S5PV210_GPH0(5),
> +     .buck1_max_voltage1 = 1200000,
> +     .buck1_max_voltage2 = 1200000,
> +     .buck2_max_voltage = 1200000,
>  };
>  #endif
> 
> diff --git a/arch/arm/mach-s5pv210/mach-goni.c
b/arch/arm/mach-s5pv210/mach-
> goni.c
> index b1dcf96..e22d511 100644
> --- a/arch/arm/mach-s5pv210/mach-goni.c
> +++ b/arch/arm/mach-s5pv210/mach-goni.c
> @@ -518,6 +518,12 @@ static struct max8998_regulator_data
goni_regulators[] =
> {
>  static struct max8998_platform_data goni_max8998_pdata = {
>       .num_regulators = ARRAY_SIZE(goni_regulators),
>       .regulators     = goni_regulators,
> +     .buck1_set1     = S5PV210_GPH0(3),
> +     .buck1_set2     = S5PV210_GPH0(4),
> +     .buck2_set3     = S5PV210_GPH0(5),
> +     .buck1_max_voltage1 = 1200000,
> +     .buck1_max_voltage2 = 1200000,
> +     .buck2_max_voltage = 1200000,
>  };
>  #endif
> 
> --

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to