[PATCH v5] powerpc/mpc85xx: Update the clock nodes in device tree
Tang Yuantian-B29983
B29983 at freescale.com
Sat Oct 12 13:53:26 EST 2013
Thanks for your review.
> -----Original Message-----
> From: Wood Scott-B07421
> Sent: 2013年10月12日 星期六 3:08
> To: Tang Yuantian-B29983
> Cc: galak at kernel.crashing.org; devicetree at vger.kernel.org; linuxppc-
> dev at lists.ozlabs.org
> Subject: Re: [PATCH v5] powerpc/mpc85xx: Update the clock nodes in device
> tree
>
> 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?
>
Will add it thanks.
Regards,
Yuantian
> -Scott
>
More information about the Linuxppc-dev
mailing list