Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1440319 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2016-07-11 09:40 +0200 |
| Last post | 2016-07-14 14:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL/PATCH] Fix for current cycle - v4.7 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-07-11 09:40 +0200
[PATCH] arm64: dts: Fix RTC by providing rtc_src clock Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-07-11 09:40 +0200
Re: [PATCH] arm64: dts: Fix RTC by providing rtc_src clock Arnd Bergmann <arnd@arndb.de> - 2016-07-14 14:50 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-07-11 09:40 +0200 |
| Subject | [GIT PULL/PATCH] Fix for current cycle - v4.7 |
| Message-ID | <rTDYS-3YK-3@gated-at.bofh.it> |
Hi Arnd, Kevin and Olof, I got only one fix for this release cycle, so can you apply it directly instead of pull request? Best regards, Krzysztof Alim Akhtar (1): arm64: dts: Fix RTC by providing rtc_src clock arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 3 +++ 1 file changed, 3 insertions(+) -- 1.9.1
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-07-11 09:40 +0200 |
| Subject | [PATCH] arm64: dts: Fix RTC by providing rtc_src clock |
| Message-ID | <rTDYS-3YK-21@gated-at.bofh.it> |
| In reply to | #1440319 |
From: Alim Akhtar <alim.akhtar@samsung.com>
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: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
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 d8767b00862e..14cd3a14fb7c 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";
@@ -43,6 +44,8 @@
&rtc {
status = "okay";
+ clocks = <&clock_ccore PCLK_RTC>, <&s2mps15_osc S2MPS11_CLK_AP>;
+ clock-names = "rtc", "rtc_src";
};
&watchdog {
--
1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-07-14 14:50 +0200 |
| Subject | Re: [PATCH] arm64: dts: Fix RTC by providing rtc_src clock |
| Message-ID | <rUOfw-1kh-23@gated-at.bofh.it> |
| In reply to | #1440324 |
On Monday, July 11, 2016 9:34:18 AM CEST Krzysztof Kozlowski wrote: > From: Alim Akhtar <alim.akhtar@samsung.com> > > 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: Alim Akhtar <alim.akhtar@samsung.com> > Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > Applied to fixes, thanks! Arnd
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web