]> Pileus Git - ~andy/linux/commit
clk: add highbank clock support
authorRob Herring <rob.herring@calxeda.com>
Tue, 13 Mar 2012 23:19:19 +0000 (18:19 -0500)
committerMike Turquette <mturquette@linaro.org>
Thu, 12 Jul 2012 00:58:47 +0000 (17:58 -0700)
commit8d4d9f52081cd45bde42b9452eba95f38feb7dae
tree81b614f5f842150c910737a9e1f5414de3b49b4b
parent260b6aa03edd87a3a85c137e7b95305d9eb40485
clk: add highbank clock support

This adds real clock support to Calxeda Highbank SOC using the common
clock infrastructure.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
[mturquette@linaro.org: fixed up invalid writes to const struct member]
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/calxeda.txt [new file with mode: 0644]
arch/arm/Kconfig
arch/arm/boot/dts/highbank.dts
arch/arm/mach-highbank/Makefile
arch/arm/mach-highbank/clock.c [deleted file]
arch/arm/mach-highbank/highbank.c
drivers/clk/Makefile
drivers/clk/clk-highbank.c [new file with mode: 0644]