[PATCH V2] ARM: dts: Enable RTC node for Arndale
Kukjin Kim
kgene.kim at samsung.com
Mon Jun 17 11:10:50 EDT 2013
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 at 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
More information about the linux-arm-kernel
mailing list