Skip to content

Commit

Permalink
ARM: dts: Enable RTC node for exynos5250-snow
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Doug Anderson authored and Kukjin Kim committed Jun 17, 2013
1 parent 5776d6e commit de39310
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
};
};

rtc {
status = "okay";
};

/*
* On Snow we've got SIP WiFi and so can keep drive strengths low to
* reduce EMI.
Expand Down

0 comments on commit de39310

Please sign in to comment.