]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: qoriq: Update the clock bindings
authorTang Yuantian <yuantian.tang@freescale.com>
Thu, 8 May 2014 03:12:10 +0000 (11:12 +0800)
committerScott Wood <scottwood@freescale.com>
Thu, 22 May 2014 23:08:22 +0000 (18:08 -0500)
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>
Documentation/devicetree/bindings/clock/qoriq-clock.txt [moved from Documentation/devicetree/bindings/clock/corenet-clock.txt with 95% similarity]

similarity index 95%
rename from Documentation/devicetree/bindings/clock/corenet-clock.txt
rename to Documentation/devicetree/bindings/clock/qoriq-clock.txt
index 24711af48e30c7176f3b0d5c88628b5f2c5c57e4..5666812fc42b5d04f2f80043a4416e749a2b9e4e 100644 (file)
@@ -7,6 +7,14 @@ which can then be passed to a variety of internal logic, including
 cores and peripheral IP blocks.
 Please refer to the Reference Manual for details.
 
+All references to "1.0" and "2.0" refer to the QorIQ chassis version to
+which the chip complies.
+
+Chassis Version                Example Chips
+---------------                -------------
+1.0                    p4080, p5020, p5040
+2.0                    t4240, b4860, t1040
+
 1. Clock Block Binding
 
 Required properties:
@@ -85,7 +93,7 @@ Example for clock block and clock provider:
                        #clock-cells = <0>;
                        compatible = "fsl,qoriq-sysclk-1.0";
                        clock-output-names = "sysclk";
-               }
+               };
 
                pll0: pll0@800 {
                        #clock-cells = <1>;