commit | 0bdab78ba69f057c99e72b9887a997888e7fce15 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Apr 21 16:26:23 2014 -0500 |
committer | Mike Turquette <mturquette@linaro.org> | Wed Apr 30 11:51:39 2014 -0700 |
tree | f9c4c7dad1cd3ec0375712eab87acc8802a3973c | |
parent | dc613840a625bfad38141d2d8bbdb0c7bc3d45eb [diff] |
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>