Skip to content

Commit

Permalink
ARM: pxa: hx4700: Initialize DS1WM clock_rate
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Philipp Zabel <[email protected]>
Signed-off-by: Haojian Zhuang <[email protected]>
  • Loading branch information
lostdistance authored and hzhuang1 committed May 3, 2012
1 parent c2219e4 commit 89619d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/hx4700.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,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,
};

Expand Down

0 comments on commit 89619d4

Please sign in to comment.