This patch enables RTC on Exynos5440 by default. RTC is a basic feature of Exynos5440. But it was disabled by issue that comes from Exynos5250. (commit id: 522ccdb6fd0e9689fbdc005ce95a42d70ec81629) That issue only applies to Exynos5250 not Exynos5440. So, there is no issue with enabled RTC on Exynos5440. This change was tested on Exynos5440. Signed-off-by: Youngmin Nam <youngmin.nam@xxxxxxxxxxx> --- arch/arm/boot/dts/exynos5440.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index f6b1c89..93e9028 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi @@ -214,6 +214,5 @@ interrupts = <0 17 0>, <0 16 0>; clocks = <&clock 21>; clock-names = "rtc"; - status = "disabled"; }; }; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html