diff options
author | Martin Fuzzey <mfuzzey@parkeon.com> | 2013-03-19 17:57:01 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 19:28:14 +0800 |
commit | 04b41e84ff6a49e62c8a787b278af823e78354f4 (patch) | |
tree | 526b6ae718ee7771be476304a7c2f7a8c81a09aa /Documentation | |
parent | 6c64155de972e8c42750340c21e225a2f8b78f26 (diff) | |
download | op-kernel-dev-04b41e84ff6a49e62c8a787b278af823e78354f4.zip op-kernel-dev-04b41e84ff6a49e62c8a787b278af823e78354f4.tar.gz |
ARM: i.MX53 Add the cko1, cko2 clock outputs.
These two clocks connect to external pins and can be muxed to
various internal clocks.
They are typically used either for debugging or to provide
clocks to external chips (eg audio codecs).
Currently only the selectable clocks that already exist in the clock tree
have been added.
Signed-off-by: Martin Fuzzey <mfuzzey@parkeon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx5-clock.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx5-clock.txt b/Documentation/devicetree/bindings/clock/imx5-clock.txt index 342ad0f..838ab88 100644 --- a/Documentation/devicetree/bindings/clock/imx5-clock.txt +++ b/Documentation/devicetree/bindings/clock/imx5-clock.txt @@ -177,6 +177,12 @@ clocks and IDs. gpu3d_gate 162 gpu2d_gate 163 garb_gate 164 + cko1_sel 165 + cko1_podf 166 + cko1 167 + cko2_sel 168 + cko2_podf 169 + cko2 170 Examples (for mx53): |