[PATCH v5] powerpc/mpc85xx: Update the clock nodes in device tree
Scott Wood
scottwood at freescale.com
Sat Oct 12 06:08:12 EST 2013
On Wed, 2013-10-09 at 14:38 +0800, Yuantian.Tang at freescale.com wrote:
> From: Tang Yuantian <yuantian.tang at frovider:
> +/ {
> + clockgen: global-utilities at e1000 {
> + compatible = "fsl,p5020-clockgen", "fsl,qoriq-clockgen-1.0";
> + 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 at 800 {
> + #clock-cells = <1>;
> + reg = <0x800 0x4>;
> + compatible = "fsl,qoriq-core-pll-1.0";
> + clocks = <&sysclk>;
> + clock-output-names = "pll0", "pll0-div2";
> + };
Where is "ranges" in the global-utilities node?
-Scott
More information about the Linuxppc-dev
mailing list