diff options
author | Tang Yuantian <yuantian.tang@freescale.com> | 2014-05-07 23:12:10 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-05-22 19:08:22 -0400 |
commit | eaf76b2142d65f97380282b00709e1963d9aee1c (patch) | |
tree | 106371407efe8eb91778d5c2b7764e771b1f496f /Documentation | |
parent | 83e267d797e0e69d0ac5741f5dc88a2df3ebb3a0 (diff) |
clk: qoriq: Update the clock bindings
Main changs include:
- Clarified the clock nodes' version number
- Fixed a issue in example
Singed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qoriq-clock.txt (renamed from Documentation/devicetree/bindings/clock/corenet-clock.txt) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/corenet-clock.txt b/Documentation/devicetree/bindings/clock/qoriq-clock.txt index 24711af48e30..5666812fc42b 100644 --- a/Documentation/devicetree/bindings/clock/corenet-clock.txt +++ b/Documentation/devicetree/bindings/clock/qoriq-clock.txt | |||
@@ -7,6 +7,14 @@ which can then be passed to a variety of internal logic, including | |||
7 | cores and peripheral IP blocks. | 7 | cores and peripheral IP blocks. |
8 | Please refer to the Reference Manual for details. | 8 | Please refer to the Reference Manual for details. |
9 | 9 | ||
10 | All references to "1.0" and "2.0" refer to the QorIQ chassis version to | ||
11 | which the chip complies. | ||
12 | |||
13 | Chassis Version Example Chips | ||
14 | --------------- ------------- | ||
15 | 1.0 p4080, p5020, p5040 | ||
16 | 2.0 t4240, b4860, t1040 | ||
17 | |||
10 | 1. Clock Block Binding | 18 | 1. Clock Block Binding |
11 | 19 | ||
12 | Required properties: | 20 | Required properties: |
@@ -85,7 +93,7 @@ Example for clock block and clock provider: | |||
85 | #clock-cells = <0>; | 93 | #clock-cells = <0>; |
86 | compatible = "fsl,qoriq-sysclk-1.0"; | 94 | compatible = "fsl,qoriq-sysclk-1.0"; |
87 | clock-output-names = "sysclk"; | 95 | clock-output-names = "sysclk"; |
88 | } | 96 | }; |
89 | 97 | ||
90 | pll0: pll0@800 { | 98 | pll0: pll0@800 { |
91 | #clock-cells = <1>; | 99 | #clock-cells = <1>; |