commit | 2881764d2a3638ec6e35e09df8f8e39338361ad7 | [log] [tgz] |
---|---|---|
author | Matt Porter <matt.porter@linaro.org> | Fri Sep 20 15:16:14 2013 -0400 |
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Sun Sep 29 21:09:23 2013 +0200 |
tree | da12d5347161746fec8e8587c3644c439af2cd72 | |
parent | 4178bac4f6e955869395b30246687d41183a5edb [diff] |
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>