From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/5] ARM: dts: pxa: add clocks
Date: Sat, 07 Feb 2015 15:56:25 +0300 [thread overview]
Message-ID: <54D60B79.5060206@cogentembedded.com> (raw)
In-Reply-To: <1423312760-15871-2-git-send-email-robert.jarzmik@free.fr>
Hello.
On 2/7/2015 3:39 PM, Robert Jarzmik wrote:
> Add clocks to the IPs already described in the pxa device-tree
> files. There are more clocks in the clock tree than IPs described in the
> current pxa device-tree.
> This patch ensures that :
> - the current description is correct
> - the clocks are actually claimed, so that clock framework doesn't
> disable them automatically (unused clocks shutdown)
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> ---
> arch/arm/boot/dts/pxa27x.dtsi | 31 ++++++++++++++++++++++++++++---
> 1 file changed, 28 insertions(+), 3 deletions(-)
> diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
> index 98b560e..e8d5097 100644
> --- a/arch/arm/boot/dts/pxa27x.dtsi
> +++ b/arch/arm/boot/dts/pxa27x.dtsi
[...]
> @@ -12,36 +12,62 @@
> marvell,intc-nr-irqs = <34>;
> };
>
> + gpio: gpio at 40e00000 {
> + compatible = "intel,pxa27x-gpio";
> + clocks = <&pxa2xx_clks CLK_NONE>;
> + };
> +
> + ffuart: uart at 40100000 {
> + clocks = <&pxa2xx_clks CLK_FFUART>;
> + };
> +
> + btuart: uart at 40200000 {
> + clocks = <&pxa2xx_clks CLK_BTUART>;
> + };
> +
> + stuart: uart at 40700000 {
> + clocks = <&pxa2xx_clks CLK_STUART>;
> + };
> +
The ePAPR standard tells to call such nodes "serial", not "uart".
[...]
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Dmitry Eremin-Solenikov
<dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v3 2/5] ARM: dts: pxa: add clocks
Date: Sat, 07 Feb 2015 15:56:25 +0300 [thread overview]
Message-ID: <54D60B79.5060206@cogentembedded.com> (raw)
In-Reply-To: <1423312760-15871-2-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
Hello.
On 2/7/2015 3:39 PM, Robert Jarzmik wrote:
> Add clocks to the IPs already described in the pxa device-tree
> files. There are more clocks in the clock tree than IPs described in the
> current pxa device-tree.
> This patch ensures that :
> - the current description is correct
> - the clocks are actually claimed, so that clock framework doesn't
> disable them automatically (unused clocks shutdown)
> Signed-off-by: Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org>
> ---
> arch/arm/boot/dts/pxa27x.dtsi | 31 ++++++++++++++++++++++++++++---
> 1 file changed, 28 insertions(+), 3 deletions(-)
> diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
> index 98b560e..e8d5097 100644
> --- a/arch/arm/boot/dts/pxa27x.dtsi
> +++ b/arch/arm/boot/dts/pxa27x.dtsi
[...]
> @@ -12,36 +12,62 @@
> marvell,intc-nr-irqs = <34>;
> };
>
> + gpio: gpio@40e00000 {
> + compatible = "intel,pxa27x-gpio";
> + clocks = <&pxa2xx_clks CLK_NONE>;
> + };
> +
> + ffuart: uart@40100000 {
> + clocks = <&pxa2xx_clks CLK_FFUART>;
> + };
> +
> + btuart: uart@40200000 {
> + clocks = <&pxa2xx_clks CLK_BTUART>;
> + };
> +
> + stuart: uart@40700000 {
> + clocks = <&pxa2xx_clks CLK_STUART>;
> + };
> +
The ePAPR standard tells to call such nodes "serial", not "uart".
[...]
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Robert Jarzmik <robert.jarzmik@free.fr>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/5] ARM: dts: pxa: add clocks
Date: Sat, 07 Feb 2015 15:56:25 +0300 [thread overview]
Message-ID: <54D60B79.5060206@cogentembedded.com> (raw)
In-Reply-To: <1423312760-15871-2-git-send-email-robert.jarzmik@free.fr>
Hello.
On 2/7/2015 3:39 PM, Robert Jarzmik wrote:
> Add clocks to the IPs already described in the pxa device-tree
> files. There are more clocks in the clock tree than IPs described in the
> current pxa device-tree.
> This patch ensures that :
> - the current description is correct
> - the clocks are actually claimed, so that clock framework doesn't
> disable them automatically (unused clocks shutdown)
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> ---
> arch/arm/boot/dts/pxa27x.dtsi | 31 ++++++++++++++++++++++++++++---
> 1 file changed, 28 insertions(+), 3 deletions(-)
> diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
> index 98b560e..e8d5097 100644
> --- a/arch/arm/boot/dts/pxa27x.dtsi
> +++ b/arch/arm/boot/dts/pxa27x.dtsi
[...]
> @@ -12,36 +12,62 @@
> marvell,intc-nr-irqs = <34>;
> };
>
> + gpio: gpio@40e00000 {
> + compatible = "intel,pxa27x-gpio";
> + clocks = <&pxa2xx_clks CLK_NONE>;
> + };
> +
> + ffuart: uart@40100000 {
> + clocks = <&pxa2xx_clks CLK_FFUART>;
> + };
> +
> + btuart: uart@40200000 {
> + clocks = <&pxa2xx_clks CLK_BTUART>;
> + };
> +
> + stuart: uart@40700000 {
> + clocks = <&pxa2xx_clks CLK_STUART>;
> + };
> +
The ePAPR standard tells to call such nodes "serial", not "uart".
[...]
WBR, Sergei
next prev parent reply other threads:[~2015-02-07 12:56 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-07 12:39 [PATCH v3 1/5] ARM: dts: pxa: add pwri2c to pxa device-tree Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 2/5] ARM: dts: pxa: add clocks Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:56 ` Sergei Shtylyov [this message]
2015-02-07 12:56 ` Sergei Shtylyov
2015-02-07 12:56 ` Sergei Shtylyov
2015-02-07 13:16 ` Robert Jarzmik
2015-02-07 13:16 ` Robert Jarzmik
2015-02-07 13:16 ` Robert Jarzmik
2015-02-07 17:30 ` Sergei Shtylyov
2015-02-07 17:30 ` Sergei Shtylyov
2015-02-07 17:30 ` Sergei Shtylyov
2015-02-09 19:56 ` Robert Jarzmik
2015-02-09 19:56 ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 3/5] ARM: dts: pxa: add pxa27x-udc to pxa27x Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 4/5] ARM: dts: pxa: add pxa27x-keypad " Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 5/5] ARM: dts: pxa: add pxa-timer " Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
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=54D60B79.5060206@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.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.