mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
8d4d9f5208
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>
18 lines
753 B
Plaintext
18 lines
753 B
Plaintext
Device Tree Clock bindings for Calxeda highbank platform
|
|
|
|
This binding uses the common clock binding[1].
|
|
|
|
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
|
|
|
|
Required properties:
|
|
- compatible : shall be one of the following:
|
|
"calxeda,hb-pll-clock" - for a PLL clock
|
|
"calxeda,hb-a9periph-clock" - The A9 peripheral clock divided from the
|
|
A9 clock.
|
|
"calxeda,hb-a9bus-clock" - The A9 bus clock divided from the A9 clock.
|
|
"calxeda,hb-emmc-clock" - Divided clock for MMC/SD controller.
|
|
- reg : shall be the control register offset from SYSREGs base for the clock.
|
|
- clocks : shall be the input parent clock phandle for the clock. This is
|
|
either an oscillator or a pll output.
|
|
- #clock-cells : from common clock binding; shall be set to 0.
|