Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fabaddd authored by Alim Akhtar's avatar Alim Akhtar Committed by Olof Johansson
Browse files

arm64: dts: Fix RTC by providing rtc_src clock



Add RTC source clock as Exynos7 needs source (32.768KHz) clock
for RTC block. Without this currently S3C RTC driver probe is broken
on this SoC.

Signed-off-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f7b32e4c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";
@@ -43,6 +44,8 @@

&rtc {
	status = "okay";
	clocks = <&clock_ccore PCLK_RTC>, <&s2mps15_osc S2MPS11_CLK_AP>;
	clock-names = "rtc", "rtc_src";
};

&watchdog {