clk: bcm21664: use common clock framework
authorAlex Elder <elder@linaro.org>
Mon, 21 Apr 2014 21:26:26 +0000 (16:26 -0500)
committerMike Turquette <mturquette@linaro.org>
Wed, 30 Apr 2014 18:51:44 +0000 (11:51 -0700)
commit7d3723ba8c19a9d23a240f8e99010193e5623b06
treed33fcac0e7f3c6821e3f8ce829585c844e2f1f08
parent7f2ce16801a0ee20f72608b643b9cafcdec370f1
clk: bcm21664: use common clock framework

Define the set of CCUs and provided clocks sufficient to satisfy the
needs of all the existing clock references for BCM21664.  Replace
the "fake" fixed-rate clocks used previously with "real" ones.

Note that only the minimal set of these clocks and CCUs is defined
here.  More clock definitions will need to be added as required by
the addition of additional drivers.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/bcm/Kconfig
drivers/clk/bcm/Makefile
drivers/clk/bcm/clk-bcm21664.c [new file with mode: 0644]
include/dt-bindings/clock/bcm21664.h [new file with mode: 0644]