From: Scott Wood <scottwood@freescale.com>
To: Emil Medve <Emilian.Medve@Freescale.com>
Cc: devicetree@vger.kernel.org, afleming@gmail.com,
linuxppc-dev@lists.ozlabs.org,
Igal Liberman <Igal.Liberman@Freescale.com>
Subject: Re: [PATCH 1/3] powerpc/mpc85xx: Add FMan clock nodes
Date: Mon, 23 Mar 2015 18:30:49 -0500 [thread overview]
Message-ID: <1427153449.22867.19.camel@freescale.com> (raw)
In-Reply-To: <1424964417-13760-1-git-send-email-Emilian.Medve@Freescale.com>
On Thu, 2015-02-26 at 09:26 -0600, Emil Medve wrote:
> From: Igal Liberman <Igal.Liberman@freescale.com>
>
> Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> ---
> arch/powerpc/boot/dts/fsl/b4si-post.dtsi | 11 +++++++++++
> arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 8 ++++++++
> arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 8 ++++++++
> arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 16 ++++++++++++++++
> arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 13 +++++++++++++
> arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 26 ++++++++++++++++++++++++++
> arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 8 ++++++++
> arch/powerpc/boot/dts/fsl/t2081si-post.dtsi | 11 +++++++++++
> arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 20 ++++++++++++++++++++
> 9 files changed, 121 insertions(+)
>
> diff --git a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
> index f8c325e..38621ef 100644
> --- a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
> @@ -395,6 +395,17 @@
> reg = <0xe0000 0xe00>;
> fsl,has-rstcr;
> fsl,liodn-bits = <12>;
> +
> + fm0clk: fm0-clk-mux {
> + #clock-cells = <0>;
> + compatible = "fsl,fman-clk-mux";
> + clocks = <&pll0 0>, <&pll0 1>, <&pll0 2>, <&pll0 3>,
> + <&platform_pll 0>, <&pll1 1>, <&pll1 2>;
> + clock-names = "pll0", "pll0-div2", "pll0-div3",
> + "pll0-div4", "platform-pll", "pll1-div2",
> + "pll1-div3";
> + clock-output-names = "fm0-clk";
> + };
Where's the binding for fsl,fman-clk-mux?
-Scott
WARNING: multiple messages have this Message-ID (diff)
From: Scott Wood <scottwood@freescale.com>
To: Emil Medve <Emilian.Medve@Freescale.com>
Cc: devicetree@vger.kernel.org, afleming@gmail.com,
linuxppc-dev@lists.ozlabs.org,
Igal Liberman <Igal.Liberman@Freescale.com>
Subject: Re: [PATCH 1/3] powerpc/mpc85xx: Add FMan clock nodes
Date: Mon, 23 Mar 2015 18:30:49 -0500 [thread overview]
Message-ID: <1427153449.22867.19.camel@freescale.com> (raw)
In-Reply-To: <1424964417-13760-1-git-send-email-Emilian.Medve@Freescale.com>
On Thu, 2015-02-26 at 09:26 -0600, Emil Medve wrote:
> From: Igal Liberman <Igal.Liberman@freescale.com>
>
> Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> ---
> arch/powerpc/boot/dts/fsl/b4si-post.dtsi | 11 +++++++++++
> arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 8 ++++++++
> arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 8 ++++++++
> arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 16 ++++++++++++++++
> arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 13 +++++++++++++
> arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 26 ++++++++++++++++++++++++++
> arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 8 ++++++++
> arch/powerpc/boot/dts/fsl/t2081si-post.dtsi | 11 +++++++++++
> arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 20 ++++++++++++++++++++
> 9 files changed, 121 insertions(+)
>
> diff --git a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
> index f8c325e..38621ef 100644
> --- a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
> @@ -395,6 +395,17 @@
> reg = <0xe0000 0xe00>;
> fsl,has-rstcr;
> fsl,liodn-bits = <12>;
> +
> + fm0clk: fm0-clk-mux {
> + #clock-cells = <0>;
> + compatible = "fsl,fman-clk-mux";
> + clocks = <&pll0 0>, <&pll0 1>, <&pll0 2>, <&pll0 3>,
> + <&platform_pll 0>, <&pll1 1>, <&pll1 2>;
> + clock-names = "pll0", "pll0-div2", "pll0-div3",
> + "pll0-div4", "platform-pll", "pll1-div2",
> + "pll1-div3";
> + clock-output-names = "fm0-clk";
> + };
Where's the binding for fsl,fman-clk-mux?
-Scott
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
next prev parent reply other threads:[~2015-03-23 23:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-26 15:26 [PATCH 1/3] powerpc/mpc85xx: Add FMan clock nodes Emil Medve
2015-02-26 15:26 ` Emil Medve
2015-02-26 15:26 ` [PATCH 2/3] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA FMan Emil Medve
2015-02-26 15:26 ` Emil Medve
2015-02-26 15:26 ` [PATCH 3/3] powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s) Emil Medve
2015-02-26 15:26 ` Emil Medve
2015-03-23 23:30 ` Scott Wood [this message]
2015-03-23 23:30 ` [PATCH 1/3] powerpc/mpc85xx: Add FMan clock nodes Scott Wood
2015-03-24 8:26 ` Emil Medve
2015-03-24 8:26 ` Emil Medve
2015-03-31 0:15 ` Scott Wood
2015-03-31 0:15 ` Scott Wood
2015-03-31 6:17 ` Igal.Liberman
2015-03-31 6:17 ` Igal.Liberman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1427153449.22867.19.camel@freescale.com \
--to=scottwood@freescale.com \
--cc=Emilian.Medve@Freescale.com \
--cc=Igal.Liberman@Freescale.com \
--cc=afleming@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.