Re: [PATCH] ARM: dts: Enable RTC node for exynos5250-snow

2013-06-17 Thread Kukjin Kim
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 --- arch/arm/boot/dts/exynos5250-snow.dts | 4 1 file changed, 4 insertions

[PATCH] ARM: dts: Enable RTC node for exynos5250-snow

2013-06-17 Thread Doug Anderson
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 --- arch/arm/boot/dts/exynos5250-snow.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos5

Re: [PATCH] ARM: dts: Enable RTC node for exynos5250

2013-06-16 Thread Tushar Behera
On 14 June 2013 20:31, Doug Anderson wrote: > Tushar, > > On Thu, Jun 13, 2013 at 10:56 PM, Tushar Behera > wrote: >> The kernel dump produced by s3c-rtc driver as reported by >> commit 522ccdb6fd0e ("ARM: dts: Disable the RTC by default on exynos5") >> are no longer reproducible in latest kernel

Re: [PATCH] ARM: dts: Enable RTC node for exynos5250

2013-06-14 Thread Doug Anderson
Tushar, On Thu, Jun 13, 2013 at 10:56 PM, Tushar Behera wrote: > The kernel dump produced by s3c-rtc driver as reported by > commit 522ccdb6fd0e ("ARM: dts: Disable the RTC by default on exynos5") > are no longer reproducible in latest kernel. > > Hence it would be good to re-enable RTC support f

[PATCH] ARM: dts: Enable RTC node for exynos5250

2013-06-13 Thread Tushar Behera
The kernel dump produced by s3c-rtc driver as reported by commit 522ccdb6fd0e ("ARM: dts: Disable the RTC by default on exynos5") are no longer reproducible in latest kernel. Hence it would be good to re-enable RTC support for EXYNOS5250. Signed-off-by: Tushar Behera --- arch/arm/boot/dts/exyno