On 14 August 2013 19:28, Vikas Sajjan vikas.sajjan@linaro.org wrote:
Updates the RTC DT node's status to "okay", since the bindings in exynos5250.dtsi depicts the RTC h/w completely.
Signed-off-by: Vikas Sajjan vikas.sajjan@linaro.org
arch/arm/boot/dts/exynos5250.dtsi | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index f426ce6..c82137b 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -181,6 +181,7 @@ rtc@101E0000 { clocks = <&clock 337>; clock-names = "rtc";
status = "okay"; };
Sometime back we had a discussion on this, the decision was to enable it in respective boards.
Also if we are going ahead with this, we would need to remove the corresponding status statements from board files.
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-June/176402.html