From: dinguyen@altera.com (Dinh Nguyen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] arm: dts: socfpga: Change some types of gate-clk type to periph-clk type
Date: Tue, 1 Oct 2013 14:15:16 -0500 [thread overview]
Message-ID: <1380654916.13502.1.camel@linux-builds1> (raw)
In-Reply-To: <1379435486-25981-1-git-send-email-dinguyen@altera.com>
Hi,
Just wondering if I can get any comments on this patch set?
Thanks,
Dinh
On Tue, 2013-09-17 at 11:31 -0500, Dinh Nguyen wrote:
> From: Dinh Nguyen <dinguyen@altera.com>
>
> Some of the clocks that were designated gate-clk did not have a gate, so
> change those clocks to be of periph-clk type.
>
> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Pawel Moll <pawel.moll@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Mike Turquette <mturquette@linaro.org>
> Cc: devicetree at vger.kernel.org
> CC: linux-arm-kernel at lists.infradead.org
> ---
> arch/arm/boot/dts/socfpga.dtsi | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
> index 1ee6079..acd6c3a 100644
> --- a/arch/arm/boot/dts/socfpga.dtsi
> +++ b/arch/arm/boot/dts/socfpga.dtsi
> @@ -245,14 +245,14 @@
>
> mpu_periph_clk: mpu_periph_clk {
> #clock-cells = <0>;
> - compatible = "altr,socfpga-gate-clk";
> + compatible = "altr,socfpga-perip-clk";
> clocks = <&mpuclk>;
> fixed-divider = <4>;
> };
>
> mpu_l2_ram_clk: mpu_l2_ram_clk {
> #clock-cells = <0>;
> - compatible = "altr,socfpga-gate-clk";
> + compatible = "altr,socfpga-perip-clk";
> clocks = <&mpuclk>;
> fixed-divider = <2>;
> };
> @@ -266,8 +266,9 @@
>
> l3_main_clk: l3_main_clk {
> #clock-cells = <0>;
> - compatible = "altr,socfpga-gate-clk";
> + compatible = "altr,socfpga-perip-clk";
> clocks = <&mainclk>;
> + fixed-divider = <1>;
> };
>
> l3_mp_clk: l3_mp_clk {
prev parent reply other threads:[~2013-10-01 19:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 16:31 [PATCH 1/2] arm: dts: socfpga: Change some types of gate-clk type to periph-clk type dinguyen at altera.com
2013-09-17 16:31 ` [PATCH 2/2] arm: socfpga: Remove check for "reg" property in socfpga_clk_init dinguyen at altera.com
2013-10-01 19:15 ` Dinh Nguyen [this message]
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=1380654916.13502.1.camel@linux-builds1 \
--to=dinguyen@altera.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).