diff mbox

[1/6] ARM: dts: i.MX27: Using "wdog_ipg_gate" clock source for watchdog

Message ID 1374304679-27338-1-git-send-email-shc_work@mail.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Shiyan July 20, 2013, 7:17 a.m. UTC
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(-)

Comments

Sascha Hauer July 21, 2013, 6:50 p.m. UTC | #1
On Sat, Jul 20, 2013 at 11:17:54AM +0400, Alexander Shiyan wrote:
> Patch replaces "dummy" clock source for watchdog with "wdog_ipg_gate".
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

The series looks good to me.

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Sascha

> ---
>  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@10003000 {
> -- 
> 1.8.1.5
> 
>
Shawn Guo July 22, 2013, 8:39 a.m. UTC | #2
On Sat, Jul 20, 2013 at 11:17:54AM +0400, Alexander Shiyan wrote:
> Patch replaces "dummy" clock source for watchdog with "wdog_ipg_gate".
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied all 6, thanks.
diff mbox

Patch

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@10003000 {