Message ID | 00b201ce63f0$e96033e0$bc209ba0$%nam@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
??? wrote: > > 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@samsung.com> > --- > 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 Looks OK to me, applied. Thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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"; }; };
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@samsung.com> --- arch/arm/boot/dts/exynos5440.dtsi | 1 - 1 file changed, 1 deletion(-)