From: Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org>
To: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>,
bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/2] ARM: DTS: omap54xx-clocks: Correct abe_iclk clock node
Date: Wed, 30 Apr 2014 15:31:38 +0300 [thread overview]
Message-ID: <5360ED2A.5070605@ti.com> (raw)
In-Reply-To: <1398858096-32144-2-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
On 04/30/2014 02:41 PM, Peter Ujfalusi wrote:
> abe_iclk's parent is aess_fclk and not abe_clk.
> Also correct the parameters for clock rate calculation as used for OMAP4
> since in PRCM level there's no difference between the two platform
> regarding to AESS/ABE clocking.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>
Acked-by: Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org>
> ---
> arch/arm/boot/dts/omap54xx-clocks.dtsi | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi
> index d784ff5d3904..86fc507a0567 100644
> --- a/arch/arm/boot/dts/omap54xx-clocks.dtsi
> +++ b/arch/arm/boot/dts/omap54xx-clocks.dtsi
> @@ -143,10 +143,11 @@
>
> abe_iclk: abe_iclk {
> #clock-cells = <0>;
> - compatible = "fixed-factor-clock";
> - clocks = <&abe_clk>;
> - clock-mult = <1>;
> - clock-div = <2>;
> + compatible = "ti,divider-clock";
> + clocks = <&aess_fclk>;
> + ti,bit-shift = <24>;
> + reg = <0x0528>;
> + ti,dividers = <2>, <1>;
> };
>
> abe_lp_clk_div: abe_lp_clk_div {
>
--
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: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: DTS: omap54xx-clocks: Correct abe_iclk clock node
Date: Wed, 30 Apr 2014 15:31:38 +0300 [thread overview]
Message-ID: <5360ED2A.5070605@ti.com> (raw)
In-Reply-To: <1398858096-32144-2-git-send-email-peter.ujfalusi@ti.com>
On 04/30/2014 02:41 PM, Peter Ujfalusi wrote:
> abe_iclk's parent is aess_fclk and not abe_clk.
> Also correct the parameters for clock rate calculation as used for OMAP4
> since in PRCM level there's no difference between the two platform
> regarding to AESS/ABE clocking.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tero Kristo <t-kristo@ti.com>
> ---
> arch/arm/boot/dts/omap54xx-clocks.dtsi | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi
> index d784ff5d3904..86fc507a0567 100644
> --- a/arch/arm/boot/dts/omap54xx-clocks.dtsi
> +++ b/arch/arm/boot/dts/omap54xx-clocks.dtsi
> @@ -143,10 +143,11 @@
>
> abe_iclk: abe_iclk {
> #clock-cells = <0>;
> - compatible = "fixed-factor-clock";
> - clocks = <&abe_clk>;
> - clock-mult = <1>;
> - clock-div = <2>;
> + compatible = "ti,divider-clock";
> + clocks = <&aess_fclk>;
> + ti,bit-shift = <24>;
> + reg = <0x0528>;
> + ti,dividers = <2>, <1>;
> };
>
> abe_lp_clk_div: abe_lp_clk_div {
>
WARNING: multiple messages have this Message-ID (diff)
From: Tero Kristo <t-kristo@ti.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>, <bcousson@baylibre.com>,
<tony@atomide.com>
Cc: <linux-omap@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/2] ARM: DTS: omap54xx-clocks: Correct abe_iclk clock node
Date: Wed, 30 Apr 2014 15:31:38 +0300 [thread overview]
Message-ID: <5360ED2A.5070605@ti.com> (raw)
In-Reply-To: <1398858096-32144-2-git-send-email-peter.ujfalusi@ti.com>
On 04/30/2014 02:41 PM, Peter Ujfalusi wrote:
> abe_iclk's parent is aess_fclk and not abe_clk.
> Also correct the parameters for clock rate calculation as used for OMAP4
> since in PRCM level there's no difference between the two platform
> regarding to AESS/ABE clocking.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tero Kristo <t-kristo@ti.com>
> ---
> arch/arm/boot/dts/omap54xx-clocks.dtsi | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi
> index d784ff5d3904..86fc507a0567 100644
> --- a/arch/arm/boot/dts/omap54xx-clocks.dtsi
> +++ b/arch/arm/boot/dts/omap54xx-clocks.dtsi
> @@ -143,10 +143,11 @@
>
> abe_iclk: abe_iclk {
> #clock-cells = <0>;
> - compatible = "fixed-factor-clock";
> - clocks = <&abe_clk>;
> - clock-mult = <1>;
> - clock-div = <2>;
> + compatible = "ti,divider-clock";
> + clocks = <&aess_fclk>;
> + ti,bit-shift = <24>;
> + reg = <0x0528>;
> + ti,dividers = <2>, <1>;
> };
>
> abe_lp_clk_div: abe_lp_clk_div {
>
next prev parent reply other threads:[~2014-04-30 12:31 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-30 11:41 [PATCH 1/2] ARM: DTS: omap54xx-clocks: remove the autoidle properties for clock nodes Peter Ujfalusi
2014-04-30 11:41 ` Peter Ujfalusi
2014-04-30 11:41 ` Peter Ujfalusi
2014-04-30 11:41 ` [PATCH 2/2] ARM: DTS: omap54xx-clocks: Correct abe_iclk clock node Peter Ujfalusi
2014-04-30 11:41 ` Peter Ujfalusi
2014-04-30 11:41 ` Peter Ujfalusi
[not found] ` <1398858096-32144-2-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
2014-04-30 12:31 ` Tero Kristo [this message]
2014-04-30 12:31 ` Tero Kristo
2014-04-30 12:31 ` Tero Kristo
2014-05-19 13:44 ` Tero Kristo
2014-05-19 13:44 ` Tero Kristo
2014-05-19 13:44 ` Tero Kristo
2014-04-30 12:30 ` [PATCH 1/2] ARM: DTS: omap54xx-clocks: remove the autoidle properties for clock nodes Tero Kristo
2014-04-30 12:30 ` Tero Kristo
2014-04-30 12:30 ` Tero Kristo
2014-05-19 13:44 ` Tero Kristo
2014-05-19 13:44 ` Tero Kristo
2014-05-19 13:44 ` Tero Kristo
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=5360ED2A.5070605@ti.com \
--to=t-kristo-l0cymroini0@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=peter.ujfalusi-l0cyMroinI0@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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.