From: gwenhael.goavec-merou@armadeus.com (gwenhael.goavec)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id
Date: Tue, 27 Aug 2013 18:41:24 +0200 [thread overview]
Message-ID: <20130827184124.65d3ce88@x230> (raw)
In-Reply-To: <1376635535-10325-1-git-send-email-gwenhael.goavec-merou@armadeus.com>
ping?
Gwen
On Fri, 16 Aug 2013 08:45:35 +0200
Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> wrote:
> CSPI PER clock is per2clk (per2_gate id 60) instead of cspiX_ipg_gate.
>
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
> ---
> arch/arm/boot/dts/imx27.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
> index 0695264..f71d233 100644
> --- a/arch/arm/boot/dts/imx27.dtsi
> +++ b/arch/arm/boot/dts/imx27.dtsi
> @@ -152,7 +152,7 @@
> compatible = "fsl,imx27-cspi";
> reg = <0x1000e000 0x1000>;
> interrupts = <16>;
> - clocks = <&clks 53>, <&clks 53>;
> + clocks = <&clks 53>, <&clks 60>;
> clock-names = "ipg", "per";
> status = "disabled";
> };
> @@ -163,7 +163,7 @@
> compatible = "fsl,imx27-cspi";
> reg = <0x1000f000 0x1000>;
> interrupts = <15>;
> - clocks = <&clks 52>, <&clks 52>;
> + clocks = <&clks 52>, <&clks 60>;
> clock-names = "ipg", "per";
> status = "disabled";
> };
> @@ -266,7 +266,7 @@
> compatible = "fsl,imx27-cspi";
> reg = <0x10017000 0x1000>;
> interrupts = <6>;
> - clocks = <&clks 51>, <&clks 51>;
> + clocks = <&clks 51>, <&clks 60>;
> clock-names = "ipg", "per";
> status = "disabled";
> };
> --
> 1.8.1.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
next prev parent reply other threads:[~2013-08-27 16:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 6:45 [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id Gwenhael Goavec-Merou
2013-08-19 14:24 ` Shawn Guo
2013-08-19 14:43 ` Shawn Guo
2013-08-20 7:34 ` Sascha Hauer
2013-08-27 16:41 ` gwenhael.goavec [this message]
2013-08-29 5:12 ` Shawn Guo
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=20130827184124.65d3ce88@x230 \
--to=gwenhael.goavec-merou@armadeus.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.