diff options
author | Markus Reichl <m.reichl@fivetechno.de> | 2015-05-08 14:05:51 -0400 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-05-08 14:06:02 -0400 |
commit | ee2020a4ca847e2cde4d5ee73572388061730809 (patch) | |
tree | f139cd77d7b39a259092642ecbafcd389924febc /arch/arm/boot | |
parent | 0d747762966e47e3660cbd1b7806791c83e04f91 (diff) |
ARM: dts: add 'rtc_src' clock to rtc node for exynos4412-odroid boards
The Exynos4412 SoC has a s3c6410 RTC where the source clock
is now a mandatory property.
This patch fixes probe failure of s3c-rtc on Odroid-X2/U2/U3 boards.
Signed-off-by: Markus Reichl <m.reichl@fivetechno.de>
Tested-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi index 8de12af7c276..d6b49e5b32e9 100644 --- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi +++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | #include <dt-bindings/sound/samsung-i2s.h> | 10 | #include <dt-bindings/sound/samsung-i2s.h> |
11 | #include <dt-bindings/input/input.h> | 11 | #include <dt-bindings/input/input.h> |
12 | #include <dt-bindings/clock/maxim,max77686.h> | ||
12 | #include "exynos4412.dtsi" | 13 | #include "exynos4412.dtsi" |
13 | 14 | ||
14 | / { | 15 | / { |
@@ -105,6 +106,8 @@ | |||
105 | 106 | ||
106 | rtc@10070000 { | 107 | rtc@10070000 { |
107 | status = "okay"; | 108 | status = "okay"; |
109 | clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>; | ||
110 | clock-names = "rtc", "rtc_src"; | ||
108 | }; | 111 | }; |
109 | 112 | ||
110 | g2d@10800000 { | 113 | g2d@10800000 { |