aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-07-20 03:17:54 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-08-22 11:29:36 -0400
commit3c0e2a227e5e7d06cd3e053fac8604ee38fc2422 (patch)
treeddf9171b49f3572ce28a11a88d711431672035c5
parent6c30640dc215b0277ba559aabfc729932c074bff (diff)
ARM: dts: i.MX27: Using "wdog_ipg_gate" clock source for watchdog
Patch replaces "dummy" clock source for watchdog with "wdog_ipg_gate". Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx27.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 56b8c97a8c99..e9d60ab4650d 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -96,7 +96,7 @@
96 compatible = "fsl,imx27-wdt", "fsl,imx21-wdt"; 96 compatible = "fsl,imx27-wdt", "fsl,imx21-wdt";
97 reg = <0x10002000 0x1000>; 97 reg = <0x10002000 0x1000>;
98 interrupts = <27>; 98 interrupts = <27>;
99 clocks = <&clks 0>; 99 clocks = <&clks 74>;
100 }; 100 };
101 101
102 gpt1: timer@10003000 { 102 gpt1: timer@10003000 {