All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Tushar Behera <tushar.behera@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com,
	dianders@chromium.org, patches@linaro.org
Subject: Re: [PATCH V2] ARM: dts: Enable RTC node for Arndale
Date: Tue, 18 Jun 2013 00:10:50 +0900	[thread overview]
Message-ID: <51BF26FA.9010807@samsung.com> (raw)
In-Reply-To: <1371442179-23597-1-git-send-email-tushar.behera@linaro.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2] ARM: dts: Enable RTC node for Arndale
Date: Tue, 18 Jun 2013 00:10:50 +0900	[thread overview]
Message-ID: <51BF26FA.9010807@samsung.com> (raw)
In-Reply-To: <1371442179-23597-1-git-send-email-tushar.behera@linaro.org>

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

  parent reply	other threads:[~2013-06-17 15:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14  5:56 [PATCH] ARM: dts: Enable RTC node for exynos5250 Tushar Behera
2013-06-14  5:56 ` Tushar Behera
2013-06-14 15:01 ` Doug Anderson
2013-06-14 15:01   ` Doug Anderson
2013-06-17  3:11   ` Tushar Behera
2013-06-17  3:11     ` Tushar Behera
2013-06-17  4:09     ` [PATCH V2] ARM: dts: Enable RTC node for Arndale Tushar Behera
2013-06-17  4:09       ` Tushar Behera
2013-06-17 14:55       ` Doug Anderson
2013-06-17 14:55         ` Doug Anderson
2013-06-17 15:10       ` Kukjin Kim [this message]
2013-06-17 15:10         ` Kukjin Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51BF26FA.9010807@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=dianders@chromium.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=tushar.behera@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.