瀏覽代碼

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>
Tang Yuantian 11 年之前
父節點
當前提交
eaf76b2142
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      Documentation/devicetree/bindings/clock/qoriq-clock.txt

+ 9 - 1
Documentation/devicetree/bindings/clock/corenet-clock.txt → Documentation/devicetree/bindings/clock/qoriq-clock.txt

@@ -7,6 +7,14 @@ which can then be passed to a variety of internal logic, including
 cores and peripheral IP blocks.
 cores and peripheral IP blocks.
 Please refer to the Reference Manual for details.
 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
 1. Clock Block Binding
 
 
 Required properties:
 Required properties:
@@ -85,7 +93,7 @@ Example for clock block and clock provider:
 			#clock-cells = <0>;
 			#clock-cells = <0>;
 			compatible = "fsl,qoriq-sysclk-1.0";
 			compatible = "fsl,qoriq-sysclk-1.0";
 			clock-output-names = "sysclk";
 			clock-output-names = "sysclk";
-		}
+		};
 
 
 		pll0: pll0@800 {
 		pll0: pll0@800 {
 			#clock-cells = <1>;
 			#clock-cells = <1>;