From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: keystone: fix netcp's clocks definitions
Date: Tue, 8 Jul 2014 12:19:52 -0400 [thread overview]
Message-ID: <53BC1A28.3080608@ti.com> (raw)
In-Reply-To: <1404834184-5411-1-git-send-email-grygorii.strashko@ti.com>
On Tuesday 08 July 2014 11:43 AM, Grygorii Strashko wrote:
> The clocks tree for Keystone 2 NTCP devices should be
> defined as following:
> [refclk] - board dependent
> |- <papllclk> - PLL clock
> |- <paclk13> - fixed factor clock div=3 mul=1
> |- <clkpa> - gated clock
> |- <clkcpgmac> - gated clock
> |- <clksa> - gated clock
>
> Hence, update Keystone 2 DT to follow HW specification.
>
> Signed-off-by: WingMan Kwok <w-kwok2@ti.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
Thanks for the patch. Queuing it up for 3.17
> arch/arm/boot/dts/k2e-clocks.dtsi | 2 +-
> arch/arm/boot/dts/k2hk-clocks.dtsi | 2 +-
> arch/arm/boot/dts/k2l-clocks.dtsi | 2 +-
> arch/arm/boot/dts/keystone-clocks.dtsi | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/k2e-clocks.dtsi b/arch/arm/boot/dts/k2e-clocks.dtsi
> index 90774d6..598afe9 100644
> --- a/arch/arm/boot/dts/k2e-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2e-clocks.dtsi
> @@ -22,7 +22,7 @@ clocks {
> #clock-cells = <0>;
> compatible = "ti,keystone,pll-clock";
> clocks = <&refclkpass>;
> - clock-output-names = "pa-pll-clk";
> + clock-output-names = "papllclk";
> reg = <0x02620358 4>;
> reg-names = "control";
> };
> diff --git a/arch/arm/boot/dts/k2hk-clocks.dtsi b/arch/arm/boot/dts/k2hk-clocks.dtsi
> index 96e6536..d5adee3 100644
> --- a/arch/arm/boot/dts/k2hk-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2hk-clocks.dtsi
> @@ -31,7 +31,7 @@ clocks {
> #clock-cells = <0>;
> compatible = "ti,keystone,pll-clock";
> clocks = <&refclkpass>;
> - clock-output-names = "pa-pll-clk";
> + clock-output-names = "papllclk";
> reg = <0x02620358 4>;
> reg-names = "control";
> };
> diff --git a/arch/arm/boot/dts/k2l-clocks.dtsi b/arch/arm/boot/dts/k2l-clocks.dtsi
> index f584b80..eb1e3e2 100644
> --- a/arch/arm/boot/dts/k2l-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2l-clocks.dtsi
> @@ -31,7 +31,7 @@ clocks {
> #clock-cells = <0>;
> compatible = "ti,keystone,pll-clock";
> clocks = <&refclksys>;
> - clock-output-names = "pa-pll-clk";
> + clock-output-names = "papllclk";
> reg = <0x02620358 4>;
> reg-names = "control";
> };
> diff --git a/arch/arm/boot/dts/keystone-clocks.dtsi b/arch/arm/boot/dts/keystone-clocks.dtsi
> index 93f82c7..0c334b2 100644
> --- a/arch/arm/boot/dts/keystone-clocks.dtsi
> +++ b/arch/arm/boot/dts/keystone-clocks.dtsi
> @@ -215,7 +215,7 @@ clocks {
> clkpa: clkpa {
> #clock-cells = <0>;
> compatible = "ti,keystone,psc-clock";
> - clocks = <&chipclk16>;
> + clocks = <&paclk13>;
> clock-output-names = "pa";
> reg = <0x0235001c 0xb00>, <0x02350008 0x400>;
> reg-names = "control", "domain";
>
WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>
To: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
ivan.khoronzhuk-l0cyMroinI0@public.gmane.org,
WingMan Kwok <w-kwok2-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: keystone: fix netcp's clocks definitions
Date: Tue, 8 Jul 2014 12:19:52 -0400 [thread overview]
Message-ID: <53BC1A28.3080608@ti.com> (raw)
In-Reply-To: <1404834184-5411-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org>
On Tuesday 08 July 2014 11:43 AM, Grygorii Strashko wrote:
> The clocks tree for Keystone 2 NTCP devices should be
> defined as following:
> [refclk] - board dependent
> |- <papllclk> - PLL clock
> |- <paclk13> - fixed factor clock div=3 mul=1
> |- <clkpa> - gated clock
> |- <clkcpgmac> - gated clock
> |- <clksa> - gated clock
>
> Hence, update Keystone 2 DT to follow HW specification.
>
> Signed-off-by: WingMan Kwok <w-kwok2-l0cyMroinI0@public.gmane.org>
> Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
> ---
Thanks for the patch. Queuing it up for 3.17
> arch/arm/boot/dts/k2e-clocks.dtsi | 2 +-
> arch/arm/boot/dts/k2hk-clocks.dtsi | 2 +-
> arch/arm/boot/dts/k2l-clocks.dtsi | 2 +-
> arch/arm/boot/dts/keystone-clocks.dtsi | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/k2e-clocks.dtsi b/arch/arm/boot/dts/k2e-clocks.dtsi
> index 90774d6..598afe9 100644
> --- a/arch/arm/boot/dts/k2e-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2e-clocks.dtsi
> @@ -22,7 +22,7 @@ clocks {
> #clock-cells = <0>;
> compatible = "ti,keystone,pll-clock";
> clocks = <&refclkpass>;
> - clock-output-names = "pa-pll-clk";
> + clock-output-names = "papllclk";
> reg = <0x02620358 4>;
> reg-names = "control";
> };
> diff --git a/arch/arm/boot/dts/k2hk-clocks.dtsi b/arch/arm/boot/dts/k2hk-clocks.dtsi
> index 96e6536..d5adee3 100644
> --- a/arch/arm/boot/dts/k2hk-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2hk-clocks.dtsi
> @@ -31,7 +31,7 @@ clocks {
> #clock-cells = <0>;
> compatible = "ti,keystone,pll-clock";
> clocks = <&refclkpass>;
> - clock-output-names = "pa-pll-clk";
> + clock-output-names = "papllclk";
> reg = <0x02620358 4>;
> reg-names = "control";
> };
> diff --git a/arch/arm/boot/dts/k2l-clocks.dtsi b/arch/arm/boot/dts/k2l-clocks.dtsi
> index f584b80..eb1e3e2 100644
> --- a/arch/arm/boot/dts/k2l-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2l-clocks.dtsi
> @@ -31,7 +31,7 @@ clocks {
> #clock-cells = <0>;
> compatible = "ti,keystone,pll-clock";
> clocks = <&refclksys>;
> - clock-output-names = "pa-pll-clk";
> + clock-output-names = "papllclk";
> reg = <0x02620358 4>;
> reg-names = "control";
> };
> diff --git a/arch/arm/boot/dts/keystone-clocks.dtsi b/arch/arm/boot/dts/keystone-clocks.dtsi
> index 93f82c7..0c334b2 100644
> --- a/arch/arm/boot/dts/keystone-clocks.dtsi
> +++ b/arch/arm/boot/dts/keystone-clocks.dtsi
> @@ -215,7 +215,7 @@ clocks {
> clkpa: clkpa {
> #clock-cells = <0>;
> compatible = "ti,keystone,psc-clock";
> - clocks = <&chipclk16>;
> + clocks = <&paclk13>;
> clock-output-names = "pa";
> reg = <0x0235001c 0xb00>, <0x02350008 0x400>;
> reg-names = "control", "domain";
>
--
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
next prev parent reply other threads:[~2014-07-08 16:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-08 15:43 [PATCH] ARM: dts: keystone: fix netcp's clocks definitions Grygorii Strashko
2014-07-08 15:43 ` Grygorii Strashko
2014-07-08 16:19 ` Santosh Shilimkar [this message]
2014-07-08 16:19 ` Santosh Shilimkar
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=53BC1A28.3080608@ti.com \
--to=santosh.shilimkar@ti.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.