Hello Alim, On 07/05/2016 06:05 AM, Alim Akhtar wrote: > Add rtc source clock as exynos7 needs source (32.768KHz) clock > for rtc block. Without this currently rtc driver probe is broken > on this SoC, thats because rtc-s3c driver expect rtc_src clock to > be provided for _s3c6410-rtc_ type rtc controllers. > > Signed-off-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts > index 03f9cf6..7f48cf0 100644 > --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts > +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts > @@ -12,6 +12,7 @@ > /dts-v1/; > #include "exynos7.dtsi" > #include <dt-bindings/interrupt-controller/irq.h> > +#include <dt-bindings/clock/samsung,s2mps11.h> > > / { > model = "Samsung Exynos7 Espresso board based on EXYNOS7"; > @@ -44,6 +45,8 @@ > > &rtc { > status = "okay"; > + clocks = <&clock_ccore PCLK_RTC>, <&s2mps15_osc S2MPS11_CLK_AP>; > + clock-names = "rtc", "rtc_src"; > }; > > &watchdog { > Looks good to me. Reviewed-by: Javier Martinez Canillas <javier@xxxxxxxxxxxxxxx> Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html