Skip to content

Commit ee2020a

Browse files
ReichlKukjin Kim
authored andcommitted
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 <[email protected]> Tested-by: Tobias Jakobi <[email protected]> Reviewed-by: Chanwoo Choi <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Tested-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
1 parent 0d74776 commit ee2020a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/exynos4412-odroid-common.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <dt-bindings/sound/samsung-i2s.h>
1111
#include <dt-bindings/input/input.h>
12+
#include <dt-bindings/clock/maxim,max77686.h>
1213
#include "exynos4412.dtsi"
1314

1415
/ {
@@ -105,6 +106,8 @@
105106

106107
rtc@10070000 {
107108
status = "okay";
109+
clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
110+
clock-names = "rtc", "rtc_src";
108111
};
109112

110113
g2d@10800000 {

0 commit comments

Comments
 (0)