]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0391fab29c71bf049aef4222c597e7df4a34d631
treef9c4c7dad1cd3ec0375712eab87acc8802a3973c
parent28ed329b91e95bc99ed4c101f1f071b9ba266328
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