linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: dts: i.MX27: Using "wdog_ipg_gate" clock source for watchdog
@ 2013-07-20  7:17 Alexander Shiyan
  2013-07-20  7:17 ` [PATCH 2/6] ARM: dts: i.MX27: Remove optional "ptp" clock source for FEC Alexander Shiyan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alexander Shiyan @ 2013-07-20  7:17 UTC (permalink / raw)
  To: linux-arm-kernel

Patch replaces "dummy" clock source for watchdog with "wdog_ipg_gate".

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx27.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 56b8c97..e9d60ab 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -96,7 +96,7 @@
 				compatible = "fsl,imx27-wdt", "fsl,imx21-wdt";
 				reg = <0x10002000 0x1000>;
 				interrupts = <27>;
-				clocks = <&clks 0>;
+				clocks = <&clks 74>;
 			};
 
 			gpt1: timer at 10003000 {
-- 
1.8.1.5

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

end of thread, other threads:[~2013-07-22  8:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20  7:17 [PATCH 1/6] ARM: dts: i.MX27: Using "wdog_ipg_gate" clock source for watchdog Alexander Shiyan
2013-07-20  7:17 ` [PATCH 2/6] ARM: dts: i.MX27: Remove optional "ptp" clock source for FEC Alexander Shiyan
2013-07-20  7:17 ` [PATCH 3/6] ARM: dts: i.MX27: Add label to CPU node Alexander Shiyan
2013-07-20  7:17 ` [PATCH 4/6] ARM: dts: i.MX27: Increase "clock-latency" value Alexander Shiyan
2013-07-20  7:17 ` [PATCH 5/6] ARM: dts: i.MX27: Remove clock name from CPU node Alexander Shiyan
2013-07-20  7:17 ` [PATCH 6/6] ARM: dts: imx27-phytec-phycore-som: Fix regulator settings Alexander Shiyan
2013-07-21 18:50 ` [PATCH 1/6] ARM: dts: i.MX27: Using "wdog_ipg_gate" clock source for watchdog Sascha Hauer
2013-07-22  8:39 ` 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).