clk: bcm281xx: move compatible string definitions
authorAlex Elder <elder@linaro.org>
Mon, 21 Apr 2014 21:26:23 +0000 (16:26 -0500)
committerMike Turquette <mturquette@linaro.org>
Wed, 30 Apr 2014 18:51:39 +0000 (11:51 -0700)
commit0bdab78ba69f057c99e72b9887a997888e7fce15
treef9c4c7dad1cd3ec0375712eab87acc8802a3973c
parentdc613840a625bfad38141d2d8bbdb0c7bc3d45eb
clk: bcm281xx: move compatible string definitions

The Broadcom 281xx clock code uses a #define for the compatible
string for it's clock control units (CCUs).  Rather than defining
those in the C source file, define them in the header file that's
shared by both the code and the device tree source file (along with
all the clock ids).

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/bcm/clk-bcm281xx.c
include/dt-bindings/clock/bcm281xx.h