* Ilkka Koskinen <[email protected]> [110225 00:48]:

Adding for the merge window with updated description
"Add support for vibra".

Tony

> Signed-off-by: Ilkka Koskinen <[email protected]>
> ---
>  arch/arm/mach-omap2/board-rx51-peripherals.c |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c 
> b/arch/arm/mach-omap2/board-rx51-peripherals.c
> index e75e240..dcd98fa 100644
> --- a/arch/arm/mach-omap2/board-rx51-peripherals.c
> +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
> @@ -699,6 +699,14 @@ static struct twl4030_power_data rx51_t2scripts_data 
> __initdata = {
>       .resource_config = twl4030_rconfig,
>  };
>  
> +struct twl4030_codec_vibra_data rx51_vibra_data __initdata = {
> +     .coexist        = 0,
> +};
> +
> +struct twl4030_codec_data rx51_codec_data __initdata = {
> +     .audio_mclk     = 26000000,
> +     .vibra          = &rx51_vibra_data,
> +};
>  
>  static struct twl4030_platform_data rx51_twldata __initdata = {
>       .irq_base               = TWL4030_IRQ_BASE,
> @@ -710,6 +718,7 @@ static struct twl4030_platform_data rx51_twldata 
> __initdata = {
>       .madc                   = &rx51_madc_data,
>       .usb                    = &rx51_usb_data,
>       .power                  = &rx51_t2scripts_data,
> +     .codec                  = &rx51_codec_data,
>  
>       .vaux1                  = &rx51_vaux1,
>       .vaux2                  = &rx51_vaux2,
> -- 
> 1.7.0.4
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to