From: b.brezillon.dev@gmail.com (Boris BREZILLON)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx6/dt: add ccm dependency upon ckil, ckih1 and osc clocks
Date: Thu, 27 Mar 2014 09:39:04 +0100 [thread overview]
Message-ID: <5333E3A8.3050405@gmail.com> (raw)
In-Reply-To: <1395907913-23808-1-git-send-email-b.brezillon.dev@gmail.com>
Le 27/03/2014 09:11, Boris BREZILLON a ?crit :
> Signed-off-by: Boris BREZILLON <b.brezillon.dev@gmail.com>
> ---
> arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index cfc85be..060e94c 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -62,16 +62,19 @@
>
> ckil {
Oops.
You'll have to change this line into the line below in order to be able
to reference this clk.
ckil: ckil {
> compatible = "fsl,imx-ckil", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <32768>;
> };
>
> ckih1 {
ditto
> compatible = "fsl,imx-ckih1", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <0>;
> };
>
> osc {
ditto
> compatible = "fsl,imx-osc", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <24000000>;
> };
> };
> @@ -489,6 +492,7 @@
> interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
> <0 88 IRQ_TYPE_LEVEL_HIGH>;
> #clock-cells = <1>;
> + clocks = <&ckil &ckih1 &osc>;
> };
>
> anatop: anatop at 020c8000 {
WARNING: multiple messages have this Message-ID (diff)
From: Boris BREZILLON <b.brezillon.dev@gmail.com>
To: Boris BREZILLON <brezillonboris@gmail.com>,
Fabio Estevam <festevam@gmail.com>,
Sylwester Nawrocki <sylvester.nawrocki@gmail.com>,
Gregory Clement <gregory.clement@free-electrons.com>
Cc: devicetree@vger.kernel.org, Kevin Hilman <khilman@linaro.org>,
Boris BREZILLON <b.brezillon.dev@gmail.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
linux-kernel@vger.kernel.org,
Russell King <linux@arm.linux.org.uk>,
Sascha Hauer <kernel@pengutronix.de>,
Mike Turquette <mturquette@linaro.org>,
Shawn Guo <shawn.guo@linaro.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: imx6/dt: add ccm dependency upon ckil, ckih1 and osc clocks
Date: Thu, 27 Mar 2014 09:39:04 +0100 [thread overview]
Message-ID: <5333E3A8.3050405@gmail.com> (raw)
In-Reply-To: <1395907913-23808-1-git-send-email-b.brezillon.dev@gmail.com>
Le 27/03/2014 09:11, Boris BREZILLON a écrit :
> Signed-off-by: Boris BREZILLON <b.brezillon.dev@gmail.com>
> ---
> arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index cfc85be..060e94c 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -62,16 +62,19 @@
>
> ckil {
Oops.
You'll have to change this line into the line below in order to be able
to reference this clk.
ckil: ckil {
> compatible = "fsl,imx-ckil", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <32768>;
> };
>
> ckih1 {
ditto
> compatible = "fsl,imx-ckih1", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <0>;
> };
>
> osc {
ditto
> compatible = "fsl,imx-osc", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <24000000>;
> };
> };
> @@ -489,6 +492,7 @@
> interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
> <0 88 IRQ_TYPE_LEVEL_HIGH>;
> #clock-cells = <1>;
> + clocks = <&ckil &ckih1 &osc>;
> };
>
> anatop: anatop@020c8000 {
WARNING: multiple messages have this Message-ID (diff)
From: Boris BREZILLON <b.brezillon.dev@gmail.com>
To: Boris BREZILLON <brezillonboris@gmail.com>,
Fabio Estevam <festevam@gmail.com>,
Sylwester Nawrocki <sylvester.nawrocki@gmail.com>,
Gregory Clement <gregory.clement@free-electrons.com>
Cc: devicetree@vger.kernel.org, Kevin Hilman <khilman@linaro.org>,
Mike Turquette <mturquette@linaro.org>,
Boris BREZILLON <b.brezillon.dev@gmail.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
linux-kernel@vger.kernel.org,
Sascha Hauer <kernel@pengutronix.de>,
Russell King <linux@arm.linux.org.uk>,
Shawn Guo <shawn.guo@linaro.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: imx6/dt: add ccm dependency upon ckil, ckih1 and osc clocks
Date: Thu, 27 Mar 2014 09:39:04 +0100 [thread overview]
Message-ID: <5333E3A8.3050405@gmail.com> (raw)
In-Reply-To: <1395907913-23808-1-git-send-email-b.brezillon.dev@gmail.com>
Le 27/03/2014 09:11, Boris BREZILLON a écrit :
> Signed-off-by: Boris BREZILLON <b.brezillon.dev@gmail.com>
> ---
> arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index cfc85be..060e94c 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -62,16 +62,19 @@
>
> ckil {
Oops.
You'll have to change this line into the line below in order to be able
to reference this clk.
ckil: ckil {
> compatible = "fsl,imx-ckil", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <32768>;
> };
>
> ckih1 {
ditto
> compatible = "fsl,imx-ckih1", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <0>;
> };
>
> osc {
ditto
> compatible = "fsl,imx-osc", "fixed-clock";
> + #clock-cells = <0>;
> clock-frequency = <24000000>;
> };
> };
> @@ -489,6 +492,7 @@
> interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
> <0 88 IRQ_TYPE_LEVEL_HIGH>;
> #clock-cells = <1>;
> + clocks = <&ckil &ckih1 &osc>;
> };
>
> anatop: anatop@020c8000 {
next prev parent reply other threads:[~2014-03-27 8:39 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-26 18:22 [PATCH] clk: register fixed-clock only if #clock-cells property is present Sylwester Nawrocki
2014-03-26 18:22 ` Sylwester Nawrocki
2014-03-26 18:22 ` Sylwester Nawrocki
2014-03-26 18:33 ` Fabio Estevam
2014-03-26 18:33 ` Fabio Estevam
2014-03-26 18:33 ` Fabio Estevam
2014-03-26 19:57 ` Sylwester Nawrocki
2014-03-26 19:57 ` Sylwester Nawrocki
2014-03-26 20:14 ` Fabio Estevam
2014-03-26 20:14 ` Fabio Estevam
2014-03-26 20:14 ` Fabio Estevam
2014-03-26 20:25 ` Gregory CLEMENT
2014-03-26 20:25 ` Gregory CLEMENT
2014-03-26 20:25 ` Gregory CLEMENT
2014-03-26 20:34 ` Fabio Estevam
2014-03-26 20:34 ` Fabio Estevam
2014-03-27 7:58 ` Boris BREZILLON
2014-03-27 7:58 ` Boris BREZILLON
2014-03-27 8:11 ` [PATCH] ARM: imx6/dt: add ccm dependency upon ckil, ckih1 and osc clocks Boris BREZILLON
2014-03-27 8:11 ` Boris BREZILLON
2014-03-27 8:11 ` Boris BREZILLON
2014-03-27 8:39 ` Boris BREZILLON [this message]
2014-03-27 8:39 ` Boris BREZILLON
2014-03-27 8:39 ` Boris BREZILLON
2014-03-27 11:19 ` Fabio Estevam
2014-03-27 11:19 ` Fabio Estevam
2014-03-27 11:19 ` Fabio Estevam
2014-03-27 13:27 ` Boris BREZILLON
2014-03-27 13:27 ` Boris BREZILLON
2014-03-27 10:01 ` [PATCH] clk: register fixed-clock only if #clock-cells property is present Sylwester Nawrocki
2014-03-27 10:01 ` Sylwester Nawrocki
2014-03-27 10:01 ` Sylwester Nawrocki
2014-03-27 11:14 ` Boris BREZILLON
2014-03-27 11:14 ` Boris BREZILLON
2014-03-27 11:14 ` Boris BREZILLON
2014-03-27 10:55 ` Sylwester Nawrocki
2014-03-27 10:55 ` Sylwester Nawrocki
2014-03-27 10:55 ` Sylwester Nawrocki
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=5333E3A8.3050405@gmail.com \
--to=b.brezillon.dev@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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.