clk: sunxi: rename compatible strings
authorEmilio López <emilio@elopez.com.ar>
Wed, 27 Mar 2013 02:39:17 +0000 (23:39 -0300)
committerMike Turquette <mturquette@linaro.org>
Wed, 27 Mar 2013 15:35:35 +0000 (08:35 -0700)
commite3276998da12c6ec093befd6e49be4848414d57e
tree238bb81eabd62d8b6b1de218b212c773c65ee7b0
parent8eb896ab7a716308698de77073a9265f584b12fc
clk: sunxi: rename compatible strings

During the introduction of the Allwinner SoC platforms, sunxi was
initially meant as a generic name for all the variants of the Allwinner
SoC.

It was ok at the time of the support of only the A10 and A13 that
look pretty much the same; but it's beginning to be troublesome with
the future addition of the Allwinner A31 (sun6i) that is quite
different, and would introduce some weird logic, where sunxi would
actually mean in some case sun4i and sun5i but without sun6i...

Moreover, it makes the compatible strings naming scheme not consistent
with other architectures, where usually for this kind of compability, we
just use the oldest SoC name that has this IP, so let's do just this.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/sunxi.txt
drivers/clk/sunxi/clk-sunxi.c