diff mbox

ARM: dts: Enable RTC node for exynos5250-snow

Message ID 1371481572-926-1-git-send-email-dianders@chromium.org (mailing list archive)
State New, archived
Headers show

Commit Message

Doug Anderson June 17, 2013, 3:06 p.m. UTC
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(+)

Comments

Kim Kukjin June 17, 2013, 3:32 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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.