diff options
author | Paul Parsons <lost.distance@yahoo.com> | 2012-05-02 11:49:16 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-05-02 21:49:10 -0400 |
commit | 89619d44eec8ed95b3b62b2fd6ddc56aeea41a95 (patch) | |
tree | e14c98ca5d14669066f0a32d78c3d41df204ed79 /arch/arm/mach-pxa | |
parent | c2219e4dac89fbd2ac4c75a95062a02d558211c1 (diff) |
ARM: pxa: hx4700: Initialize DS1WM clock_rate
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@yahoo.com>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | 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 b83b95a29503..fe8fb7adcac8 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c | |||
@@ -291,6 +291,7 @@ static struct asic3_platform_data asic3_platform_data = { | |||
291 | .gpio_config_num = ARRAY_SIZE(asic3_gpio_config), | 291 | .gpio_config_num = ARRAY_SIZE(asic3_gpio_config), |
292 | .irq_base = IRQ_BOARD_START, | 292 | .irq_base = IRQ_BOARD_START, |
293 | .gpio_base = HX4700_ASIC3_GPIO_BASE, | 293 | .gpio_base = HX4700_ASIC3_GPIO_BASE, |
294 | .clock_rate = 4000000, | ||
294 | .leds = asic3_leds, | 295 | .leds = asic3_leds, |
295 | }; | 296 | }; |
296 | 297 | ||