Commit de39310d authored by Doug Anderson's avatar Doug Anderson Committed by Kukjin Kim

ARM: dts: Enable RTC node for exynos5250-snow

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: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 5776d6ef
...@@ -171,6 +171,10 @@ keyboard-controller { ...@@ -171,6 +171,10 @@ keyboard-controller {
}; };
}; };
rtc {
status = "okay";
};
/* /*
* On Snow we've got SIP WiFi and so can keep drive strengths low to * On Snow we've got SIP WiFi and so can keep drive strengths low to
* reduce EMI. * reduce EMI.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment