]> git.baikalelectronics.ru Git - kernel.git/commit
clk: bcm281xx: change some symbol names
authorAlex Elder <elder@linaro.org>
Mon, 21 Apr 2014 21:11:39 +0000 (16:11 -0500)
committerMike Turquette <mturquette@linaro.org>
Wed, 30 Apr 2014 18:51:32 +0000 (11:51 -0700)
commit857054d03d061ed56280996732c6a76c7c4db8a3
tree55eb2d7297e2cdfe5f55d8ba04b41cacb18beb79
parentb53c9349eaf6ba16f737089b4a2b48e0d0c82037
clk: bcm281xx: change some symbol names

As I developed the bcm281xx clock code I understood there were
restrictions on device tree "compatible" strings names, and as a
result "bcm11351" was used in places despite the part family being
more properly called "bcm281xx".  This can be a little confusing.

In some cases I went to far and things using "bcm11351" when that
was not necessary.

This patch remedies this.  It renames the symbol used to define the
"compatible" string (but not its value) so it uses "BCM281XX".
Similarly, the name names provided to the CLK_OF_DECLARE() macro
are changed, hoping to minimize the number of places that the
confusing "11351" string is used.

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