]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: bcm: provide common arch init for DT clocks
authorMatt Porter <matt.porter@linaro.org>
Fri, 20 Sep 2013 19:16:14 +0000 (15:16 -0400)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sun, 29 Sep 2013 19:09:23 +0000 (21:09 +0200)
commit2881764d2a3638ec6e35e09df8f8e39338361ad7
treeda12d5347161746fec8e8587c3644c439af2cd72
parent4178bac4f6e955869395b30246687d41183a5edb
ARM: bcm: provide common arch init for DT clocks

With arch/arm calling of_clk_init(NULL) and clocksource_of_init()
this is no longer needed. The former is useful because we can make
use of dummy fixed clocks for drivers until the bcm281xx common
clock driver is ready.

Signed-off-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Acked-by: Christian Daudt <csd@broadcom.com>
arch/arm/mach-bcm/board_bcm281xx.c