Skip to content

Commit

Permalink
ARM: dts: Enable RTC node for Arndale
Browse files Browse the repository at this point in the history
The issues reported in commit 522ccdb ("ARM: dts: Disable the RTC
by default on exynos5") are no longer reproduced on EXYNOS5250 based
Arndale board. Hence re-enabling RTC support for Arndale board.

This is helpful for testing S2R on Arndale board.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed Jun 17, 2013
1 parent 995bcbc commit 5776d6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/exynos5250-arndale.dts
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,7 @@
};
};

rtc {
status = "okay";
};
};

0 comments on commit 5776d6e

Please sign in to comment.