diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-03-13 19:19:19 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-07-11 20:58:47 -0400 |
commit | 8d4d9f52081cd45bde42b9452eba95f38feb7dae (patch) | |
tree | 81b614f5f842150c910737a9e1f5414de3b49b4b /Documentation | |
parent | 260b6aa03edd87a3a85c137e7b95305d9eb40485 (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/calxeda.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/calxeda.txt b/Documentation/devicetree/bindings/clock/calxeda.txt new file mode 100644 index 000000000000..0a6ac1bdcda1 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/calxeda.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | Device Tree Clock bindings for Calxeda highbank platform | ||
2 | |||
3 | This binding uses the common clock binding[1]. | ||
4 | |||
5 | [1] Documentation/devicetree/bindings/clock/clock-bindings.txt | ||
6 | |||
7 | Required properties: | ||
8 | - compatible : shall be one of the following: | ||
9 | "calxeda,hb-pll-clock" - for a PLL clock | ||
10 | "calxeda,hb-a9periph-clock" - The A9 peripheral clock divided from the | ||
11 | A9 clock. | ||
12 | "calxeda,hb-a9bus-clock" - The A9 bus clock divided from the A9 clock. | ||
13 | "calxeda,hb-emmc-clock" - Divided clock for MMC/SD controller. | ||
14 | - reg : shall be the control register offset from SYSREGs base for the clock. | ||
15 | - clocks : shall be the input parent clock phandle for the clock. This is | ||
16 | either an oscillator or a pll output. | ||
17 | - #clock-cells : from common clock binding; shall be set to 0. | ||