diff mbox

[V2] ARM: dts: Enable RTC node for Arndale

Message ID 1371442179-23597-1-git-send-email-tushar.behera@linaro.org
State Accepted
Headers show

Commit Message

Tushar Behera June 17, 2013, 4:09 a.m. UTC
The issues reported in commit 522ccdb6fd0e ("ARM: dts: Disable the RTC
by default on exynos5") are no longer reproduced on EXYNOS5250 based
Arndale board. Hence re-enabling RTC support for Arndale board.

This is helpful for testing S2R on Arndale board.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
Changes for V2:
* RTC node is enabled only for Arndale board. Earlier it was enabled
in exynos5250.dtsi.

 arch/arm/boot/dts/exynos5250-arndale.dts |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Doug Anderson June 17, 2013, 2:55 p.m. UTC | #1
Tushar,

On Sun, Jun 16, 2013 at 9:09 PM, Tushar Behera <tushar.behera@linaro.org> wrote:
> The issues reported in commit 522ccdb6fd0e ("ARM: dts: Disable the RTC
> by default on exynos5") are no longer reproduced on EXYNOS5250 based
> Arndale board. Hence re-enabling RTC support for Arndale board.
>
> This is helpful for testing S2R on Arndale board.
>
> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
> ---
> Changes for V2:
> * RTC node is enabled only for Arndale board. Earlier it was enabled
> in exynos5250.dtsi.
>
>  arch/arm/boot/dts/exynos5250-arndale.dts |    4 ++++
>  1 file changed, 4 insertions(+)

Looks good!  I'll send up one for snow too.

Reviewed-by: Doug Anderson <dianders@chromium.org>
Kukjin Kim June 17, 2013, 3:10 p.m. UTC | #2
On 06/17/13 13:09, Tushar Behera wrote:
> The issues reported in commit 522ccdb6fd0e ("ARM: dts: Disable the RTC
> by default on exynos5") are no longer reproduced on EXYNOS5250 based
> Arndale board. Hence re-enabling RTC support for Arndale board.
>
> This is helpful for testing S2R on Arndale board.
>
> Signed-off-by: Tushar Behera<tushar.behera@linaro.org>
> ---
> Changes for V2:
> * RTC node is enabled only for Arndale board. Earlier it was enabled
> in exynos5250.dtsi.
>
>   arch/arm/boot/dts/exynos5250-arndale.dts |    4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
> index 02cfc76..b38080a 100644
> --- a/arch/arm/boot/dts/exynos5250-arndale.dts
> +++ b/arch/arm/boot/dts/exynos5250-arndale.dts
> @@ -449,4 +449,8 @@
>   			clock-frequency =<24000000>;
>   		};
>   	};
> +
> +	rtc {
> +		status = "okay";
> +	};
>   };

Applied, thanks.

- Kukjin
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 02cfc76..b38080a 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -449,4 +449,8 @@ 
 			clock-frequency = <24000000>;
 		};
 	};
+
+	rtc {
+		status = "okay";
+	};
 };