linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Enable RTC node for exynos5250-snow
@ 2013-06-17 15:06 Doug Anderson
  2013-06-17 15:32 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Anderson @ 2013-06-17 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

By default the exynos RTC is disabled.  Enable it for snow.  There's
also an external RTC on the max77686 PMIC but we haven't yet enabled
that.

Signed-off-by: Doug Anderson <dianders@chromium.org>
---
 arch/arm/boot/dts/exynos5250-snow.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index d449feb..05244f1 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -171,6 +171,10 @@
 		};
 	};
 
+	rtc {
+		status = "okay";
+	};
+
 	/*
 	 * On Snow we've got SIP WiFi and so can keep drive strengths low to
 	 * reduce EMI.
-- 
1.8.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: Enable RTC node for exynos5250-snow
  2013-06-17 15:06 [PATCH] ARM: dts: Enable RTC node for exynos5250-snow Doug Anderson
@ 2013-06-17 15:32 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2013-06-17 15:32 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/18/13 00:06, Doug Anderson wrote:
> By default the exynos RTC is disabled.  Enable it for snow.  There's
> also an external RTC on the max77686 PMIC but we haven't yet enabled
> that.
>
> Signed-off-by: Doug Anderson<dianders@chromium.org>
> ---
>   arch/arm/boot/dts/exynos5250-snow.dts | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
> index d449feb..05244f1 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -171,6 +171,10 @@
>   		};
>   	};
>
> +	rtc {
> +		status = "okay";
> +	};
> +
>   	/*
>   	 * On Snow we've got SIP WiFi and so can keep drive strengths low to
>   	 * reduce EMI.

OK, applied.

Thanks,
- Kukjin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-17 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 15:06 [PATCH] ARM: dts: Enable RTC node for exynos5250-snow Doug Anderson
2013-06-17 15:32 ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).