linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: i.MX25: Fix gpt4 timer per clock.
@ 2014-06-13 12:55 Denis Carikli
  2014-06-13 12:55 ` [PATCH 2/2] ARM: i.MX25 clk: Use of_clk_init() for DT case Denis Carikli
  2014-06-21  6:36 ` [PATCH 1/2] ARM: dts: i.MX25: Fix gpt4 timer per clock Shawn Guo
  0 siblings, 2 replies; 6+ messages in thread
From: Denis Carikli @ 2014-06-13 12:55 UTC (permalink / raw)
  To: linux-arm-kernel

Without that fix, the board freeze during boot.

This appeared after the following commit:
  496f065 ARM: i.MX: Use of_clk_get_by_name() for timer clocks for DT case.

Signed-off-by: Denis Carikli <denis@eukrea.com>
---
 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 bb74d95..98783f5 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -312,7 +312,7 @@
 			gpt4: timer at 53f84000 {
 				compatible = "fsl,imx25-gpt", "fsl,imx31-gpt";
 				reg = <0x53f84000 0x4000>;
-				clocks = <&clks 9>, <&clks 45>;
+				clocks = <&clks 9>, <&clks 47>;
 				clock-names = "ipg", "per";
 				interrupts = <1>;
 			};
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-21  6:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 12:55 [PATCH 1/2] ARM: dts: i.MX25: Fix gpt4 timer per clock Denis Carikli
2014-06-13 12:55 ` [PATCH 2/2] ARM: i.MX25 clk: Use of_clk_init() for DT case Denis Carikli
2014-06-21  6:51   ` Shawn Guo
2014-06-21  6:36 ` [PATCH 1/2] ARM: dts: i.MX25: Fix gpt4 timer per clock Shawn Guo
2014-06-21  6:53   ` Alexander Shiyan
2014-06-21  6:57     ` Shawn Guo

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).