diff options
| -rw-r--r-- | arch/powerpc/boot/dts/b4860emu.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 28 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 28 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 48 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 48 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 48 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 48 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 48 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-clockgen1.dtsi | 78 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi | 61 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 30 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/t2081si-post.dtsi | 29 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 29 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/t4240emu.dts | 4 | 
14 files changed, 163 insertions, 368 deletions
| diff --git a/arch/powerpc/boot/dts/b4860emu.dts b/arch/powerpc/boot/dts/b4860emu.dts index 85646b4f96e1..2aa5cd318ce8 100644 --- a/arch/powerpc/boot/dts/b4860emu.dts +++ b/arch/powerpc/boot/dts/b4860emu.dts @@ -193,9 +193,9 @@  		fsl,liodn-bits = <12>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "fsl/qoriq-clockgen2.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,b4-clockgen", "fsl,qoriq-clockgen-2.0"; -		reg = <0xe1000 0x1000>;  	};  /include/ "fsl/qoriq-dma-0.dtsi" diff --git a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi index d67894459ac8..86161ae6c966 100644 --- a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi @@ -80,33 +80,9 @@  		compatible = "fsl,b4420-device-config", "fsl,qoriq-device-config-2.0";  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen2.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,b4420-clockgen", "fsl,qoriq-clockgen-2.0"; -		ranges = <0x0 0xe1000 0x1000>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-2.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2", "pll0-div4"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2", "pll1-div4"; -		};  		mux0: mux0@0 {  			#clock-cells = <0>; diff --git a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi index 582381dba1d7..65100b9636b7 100644 --- a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi @@ -124,33 +124,9 @@  		compatible = "fsl,b4860-device-config", "fsl,qoriq-device-config-2.0";  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen2.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,b4860-clockgen", "fsl,qoriq-clockgen-2.0"; -		ranges = <0x0 0xe1000 0x1000>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-2.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2", "pll0-div4"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2", "pll1-div4"; -		};  		mux0: mux0@0 {  			#clock-cells = <0>; diff --git a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi index 69ce1026c948..efd74db4f9b0 100644 --- a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi @@ -305,53 +305,9 @@  		#sleep-cells = <2>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen1.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		clock-frequency = <0>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-1.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2"; -		}; - -		mux0: mux0@0 { -			#clock-cells = <0>; -			reg = <0x0 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux0"; -		}; - -		mux1: mux1@20 { -			#clock-cells = <0>; -			reg = <0x20 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux1"; -		};  		mux2: mux2@40 {  			#clock-cells = <0>; diff --git a/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi index cd63cb1b1042..d7425ef1ae41 100644 --- a/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi @@ -332,53 +332,9 @@  		#sleep-cells = <2>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen1.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,p3041-clockgen", "fsl,qoriq-clockgen-1.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		clock-frequency = <0>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-1.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2"; -		}; - -		mux0: mux0@0 { -			#clock-cells = <0>; -			reg = <0x0 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux0"; -		}; - -		mux1: mux1@20 { -			#clock-cells = <0>; -			reg = <0x20 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux1"; -		};  		mux2: mux2@40 {  			#clock-cells = <0>; diff --git a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi index 12947ccddf25..7005a4a4cef0 100644 --- a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi @@ -352,35 +352,9 @@  		#sleep-cells = <2>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen1.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,p4080-clockgen", "fsl,qoriq-clockgen-1.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		clock-frequency = <0>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-1.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2"; -		};  		pll2: pll2@840 {  			#clock-cells = <1>; @@ -398,24 +372,6 @@  			clock-output-names = "pll3", "pll3-div2";  		}; -		mux0: mux0@0 { -			#clock-cells = <0>; -			reg = <0x0 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux0"; -		}; - -		mux1: mux1@20 { -			#clock-cells = <0>; -			reg = <0x20 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux1"; -		}; -  		mux2: mux2@40 {  			#clock-cells = <0>;  			reg = <0x40 0x4>; diff --git a/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi b/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi index 4c4a2b0436b2..55834211bd28 100644 --- a/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi @@ -337,53 +337,9 @@  		#sleep-cells = <2>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen1.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,p5020-clockgen", "fsl,qoriq-clockgen-1.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		clock-frequency = <0>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-1.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2"; -		}; - -		mux0: mux0@0 { -			#clock-cells = <0>; -			reg = <0x0 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux0"; -		}; - -		mux1: mux1@20 { -			#clock-cells = <0>; -			reg = <0x20 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux1"; -		};  	};  	rcpm: global-utilities@e2000 { diff --git a/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi b/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi index 67296fdd9698..6e4cd6ce363c 100644 --- a/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi @@ -297,53 +297,9 @@  		#sleep-cells = <2>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen1.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,p5040-clockgen", "fsl,qoriq-clockgen-1.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		clock-frequency = <0>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-1.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-1.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2"; -		}; - -		mux0: mux0@0 { -			#clock-cells = <0>; -			reg = <0x0 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux0"; -		}; - -		mux1: mux1@20 { -			#clock-cells = <0>; -			reg = <0x20 0x4>; -			compatible = "fsl,qoriq-core-mux-1.0"; -			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; -			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; -			clock-output-names = "cmux1"; -		};  		mux2: mux2@40 {  			#clock-cells = <0>; diff --git a/arch/powerpc/boot/dts/fsl/qoriq-clockgen1.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-clockgen1.dtsi new file mode 100644 index 000000000000..48710482806e --- /dev/null +++ b/arch/powerpc/boot/dts/fsl/qoriq-clockgen1.dtsi @@ -0,0 +1,78 @@ +/* + * QorIQ clock control device tree stub [ controller @ offset 0xe1000 ] + * + * Copyright 2014 Freescale Semiconductor Inc. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + *     * Redistributions of source code must retain the above copyright + *	 notice, this list of conditions and the following disclaimer. + *     * Redistributions in binary form must reproduce the above copyright + *	 notice, this list of conditions and the following disclaimer in the + *	 documentation and/or other materials provided with the distribution. + *     * Neither the name of Freescale Semiconductor nor the + *	 names of its contributors may be used to endorse or promote products + *	 derived from this software without specific prior written permission. + * + * + * ALTERNATIVELY, this software may be distributed under the terms of the + * GNU General Public License ("GPL") as published by the Free Software + * Foundation, either version 2 of that License or (at your option) any + * later version. + * + * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +global-utilities@e1000 { +	compatible = "fsl,qoriq-clockgen-1.0"; +	ranges = <0x0 0xe1000 0x1000>; +	reg = <0xe1000 0x1000>; +	clock-frequency = <0>; +	#address-cells = <1>; +	#size-cells = <1>; + +	sysclk: sysclk { +		#clock-cells = <0>; +		compatible = "fsl,qoriq-sysclk-1.0", "fixed-clock"; +		clock-output-names = "sysclk"; +	}; +	pll0: pll0@800 { +		#clock-cells = <1>; +		reg = <0x800 0x4>; +		compatible = "fsl,qoriq-core-pll-1.0"; +		clocks = <&sysclk>; +		clock-output-names = "pll0", "pll0-div2"; +	}; +	pll1: pll1@820 { +		#clock-cells = <1>; +		reg = <0x820 0x4>; +		compatible = "fsl,qoriq-core-pll-1.0"; +		clocks = <&sysclk>; +		clock-output-names = "pll1", "pll1-div2"; +	}; +	mux0: mux0@0 { +		#clock-cells = <0>; +		reg = <0x0 0x4>; +		compatible = "fsl,qoriq-core-mux-1.0"; +		clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; +		clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; +		clock-output-names = "cmux0"; +	}; +	mux1: mux1@20 { +		#clock-cells = <0>; +		reg = <0x20 0x4>; +		compatible = "fsl,qoriq-core-mux-1.0"; +		clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; +		clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; +		clock-output-names = "cmux1"; +	}; +}; diff --git a/arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi new file mode 100644 index 000000000000..5d18d2a6cf52 --- /dev/null +++ b/arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi @@ -0,0 +1,61 @@ +/* + * QorIQ clock control device tree stub [ controller @ offset 0xe1000 ] + * + * Copyright 2014 Freescale Semiconductor Inc. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + *     * Redistributions of source code must retain the above copyright + *	 notice, this list of conditions and the following disclaimer. + *     * Redistributions in binary form must reproduce the above copyright + *	 notice, this list of conditions and the following disclaimer in the + *	 documentation and/or other materials provided with the distribution. + *     * Neither the name of Freescale Semiconductor nor the + *	 names of its contributors may be used to endorse or promote products + *	 derived from this software without specific prior written permission. + * + * + * ALTERNATIVELY, this software may be distributed under the terms of the + * GNU General Public License ("GPL") as published by the Free Software + * Foundation, either version 2 of that License or (at your option) any + * later version. + * + * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +global-utilities@e1000 { +	compatible = "fsl,qoriq-clockgen-2.0"; +	ranges = <0x0 0xe1000 0x1000>; +	reg = <0xe1000 0x1000>; +	#address-cells = <1>; +	#size-cells = <1>; + +	sysclk: sysclk { +		#clock-cells = <0>; +		compatible = "fsl,qoriq-sysclk-2.0", "fixed-clock"; +		clock-output-names = "sysclk"; +	}; +	pll0: pll0@800 { +		#clock-cells = <1>; +		reg = <0x800 0x4>; +		compatible = "fsl,qoriq-core-pll-2.0"; +		clocks = <&sysclk>; +		clock-output-names = "pll0", "pll0-div2", "pll0-div4"; +	}; +	pll1: pll1@820 { +		#clock-cells = <1>; +		reg = <0x820 0x4>; +		compatible = "fsl,qoriq-core-pll-2.0"; +		clocks = <&sysclk>; +		clock-output-names = "pll1", "pll1-div2", "pll1-div4"; +	}; +}; diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi index 12e597eea3c8..15ae462e758f 100644 --- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi @@ -281,35 +281,9 @@  		fsl,liodn-bits = <12>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen2.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,t1040-clockgen", "fsl,qoriq-clockgen-2.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-2.0"; -			clock-output-names = "sysclk", "fixed-clock"; -		}; - - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2", "pll0-div4"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2", "pll1-div4"; -		};  		mux0: mux0@0 {  			#clock-cells = <0>; diff --git a/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi b/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi index aecee9690a88..1ce91e3485a9 100644 --- a/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi @@ -305,34 +305,9 @@  		fsl,liodn-bits = <12>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen2.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,t2080-clockgen", "fsl,qoriq-clockgen-2.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-2.0"; -			clock-output-names = "sysclk", "fixed-clock"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2", "pll0-div4"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2", "pll1-div4"; -		};  		mux0: mux0@0 {  			#clock-cells = <0>; diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi index 7e2fc7cdce48..0e96fcabe812 100644 --- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi @@ -368,34 +368,9 @@  		fsl,liodn-bits = <12>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "qoriq-clockgen2.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,t4240-clockgen", "fsl,qoriq-clockgen-2.0"; -		ranges = <0x0 0xe1000 0x1000>; -		reg = <0xe1000 0x1000>; -		#address-cells = <1>; -		#size-cells = <1>; - -		sysclk: sysclk { -			#clock-cells = <0>; -			compatible = "fsl,qoriq-sysclk-2.0"; -			clock-output-names = "sysclk"; -		}; - -		pll0: pll0@800 { -			#clock-cells = <1>; -			reg = <0x800 0x4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll0", "pll0-div2", "pll0-div4"; -		}; - -		pll1: pll1@820 { -			#clock-cells = <1>; -			reg = <0x820 0x4>; -			compatible = "fsl,qoriq-core-pll-2.0"; -			clocks = <&sysclk>; -			clock-output-names = "pll1", "pll1-div2", "pll1-div4"; -		};  		pll2: pll2@840 {  			#clock-cells = <1>; diff --git a/arch/powerpc/boot/dts/t4240emu.dts b/arch/powerpc/boot/dts/t4240emu.dts index bc12127a03fb..decaf357db9c 100644 --- a/arch/powerpc/boot/dts/t4240emu.dts +++ b/arch/powerpc/boot/dts/t4240emu.dts @@ -250,9 +250,9 @@  		fsl,liodn-bits = <12>;  	}; -	clockgen: global-utilities@e1000 { +/include/ "fsl/qoriq-clockgen2.dtsi" +	global-utilities@e1000 {  		compatible = "fsl,t4240-clockgen", "fsl,qoriq-clockgen-2.0"; -		reg = <0xe1000 0x1000>;  	};  /include/ "fsl/qoriq-dma-0.dtsi" | 
