]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: clock data: Remove redundant timer clkdev
authorBenoit Cousson <b-cousson@ti.com>
Tue, 4 Oct 2011 21:20:40 +0000 (23:20 +0200)
committerTony Lindgren <tony@atomide.com>
Sat, 5 Nov 2011 01:07:11 +0000 (18:07 -0700)
commitf4c6d241f7773058b6231c8507a54364cd7689fc
tree19e741c30c5008e71f44c5e06bafdade98cb7bcb
parente2532f8b5df62e9254e506edc884a6bf9584cc0a
ARM: OMAP2+: clock data: Remove redundant timer clkdev

The commit a76a3423a4783f3063c3e1e23eb82b24fd7fae37
added some "fck" clock alias to timer devices that are
not needed anymore since hwmod framework will create
them automatically.

A warning was added to highlight and thus fix the redundancy.

[    0.616424]  omap_timer.1: alias fck already exists
[    0.621948]  omap_timer.2: alias fck already exists
[    0.627380]  omap_timer.3: alias fck already exists
[    0.632781]  omap_timer.4: alias fck already exists
[    0.638214]  omap_timer.5: alias fck already exists
[    0.643615]  omap_timer.6: alias fck already exists
[    0.649078]  omap_timer.7: alias fck already exists
[    0.654479]  omap_timer.8: alias fck already exists
[    0.659881]  omap_timer.9: alias fck already exists
[    0.665283]  omap_timer.10: alias fck already exists
[    0.670776]  omap_timer.11: alias fck already exists

Remove all the clkdev entries for timer fck alias.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Tarun Kanti DebBarma <tarun.kanti@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock2420_data.c
arch/arm/mach-omap2/clock2430_data.c
arch/arm/mach-omap2/clock3xxx_data.c
arch/arm/mach-omap2/clock44xx_data.c