diff options
author | Magnus Damm <damm@opensource.se> | 2010-10-13 07:29:31 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-13 18:47:04 +0900 |
commit | 90e09a59110949bda40c13b4e5925f3acd3597b0 (patch) | |
tree | 03164ade2aff711155f8939ce91d776adc38c1ea /arch/arm/mach-shmobile/setup-sh7372.c | |
parent | 0fb0834b36c2a952640883cd4b68f01d0843eca6 (diff) | |
download | talos-op-linux-90e09a59110949bda40c13b4e5925f3acd3597b0.tar.gz talos-op-linux-90e09a59110949bda40c13b4e5925f3acd3597b0.zip |
ARM: shmobile: use device name for timer clocks
Move SH-Mobile ARM systems over from the legacy
"clk" member of struct sh_timer_config to using
the device name and clkdev for clock matching.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index 68c8d6c67f4e..ed1324f8f9b7 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c @@ -158,7 +158,6 @@ static struct sh_timer_config cmt10_platform_data = { .name = "CMT10", .channel_offset = 0x10, .timer_bit = 0, - .clk = "cmt1", .clockevent_rating = 125, .clocksource_rating = 125, }; |