[PATCH RESEND] ARM: pxa: hx4700: Initialize DS1WM clock_rate

Russell King - ARM Linux linux at arm.linux.org.uk
Sat Apr 28 13:36:04 EDT 2012


I don't know who's intending to take this, but I'd have thought Haojian
would have...

On Sat, Apr 28, 2012 at 11:59:49AM +0100, Paul Parsons wrote:
> The asic3 driver now sets the DS1WM clock_rate from the newly added
> asic3_platform_data clock_rate field.
> 
> This patch initializes the asic3_platform_data clock_rate field on the
> hx4700 platform.
> 
> Signed-off-by: Paul Parsons <lost.distance at yahoo.com>
> Cc: Philipp Zabel <philipp.zabel at gmail.com>
> ---
>  arch/arm/mach-pxa/hx4700.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
> index 00a00a9..6bd692d 100644
> --- a/arch/arm/mach-pxa/hx4700.c
> +++ b/arch/arm/mach-pxa/hx4700.c
> @@ -295,6 +295,7 @@ static struct asic3_platform_data asic3_platform_data = {
>  	.gpio_config_num = ARRAY_SIZE(asic3_gpio_config),
>  	.irq_base        = IRQ_BOARD_START,
>  	.gpio_base       = HX4700_ASIC3_GPIO_BASE,
> +	.clock_rate      = 4000000,
>  	.leds            = asic3_leds,
>  };
>  
> -- 
> 1.7.3.4
> 



More information about the linux-arm-kernel mailing list