From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: imx25: fix ipg clk for cspi1
Date: Thu, 7 Aug 2014 21:52:39 +0200 [thread overview]
Message-ID: <1407441160-2011-2-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1407441160-2011-1-git-send-email-mpa@pengutronix.de>
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
This patch fixes the cspi1 clock. 62 is the 'esai_ahb' clock, clock 78
is 'cspi1_ipg'.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
arch/arm/boot/dts/imx25.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index 4d40e550d701..9c3830207339 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -162,7 +162,7 @@
#size-cells = <0>;
compatible = "fsl,imx25-cspi", "fsl,imx35-cspi";
reg = <0x43fa4000 0x4000>;
- clocks = <&clks 62>, <&clks 62>;
+ clocks = <&clks 78>, <&clks 78>;
clock-names = "ipg", "per";
interrupts = <14>;
status = "disabled";
--
2.0.1
next prev parent reply other threads:[~2014-08-07 19:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-07 19:52 [PATCH 1/3] ARM: dts: imx25, remove imx35-sdma compatible Markus Pargmann
2014-08-07 19:52 ` Markus Pargmann [this message]
2014-08-07 19:52 ` [PATCH 3/3] ARM: dts: imx25-pinfunc: Add several pin configurations Markus Pargmann
2014-08-08 8:57 ` [PATCH 1/3] ARM: dts: imx25, remove imx35-sdma compatible 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=1407441160-2011-2-git-send-email-mpa@pengutronix.de \
--to=mpa@pengutronix.de \
--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).