summaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/clock.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-12clk: add highbank clock supportRob Herring1-62/+0
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>
2011-10-31ARM: add Highbank core platform supportRob Herring1-0/+62
This adds basic support for the Calxeda Highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>