diff mbox

[RESEND] ARM: dts: exynos4412-odroid: add 'rtc_src' clock to rtc node

Message ID 554C8319.70203@fivetechno.de (mailing list archive)
State New, archived
Headers show

Commit Message

Markus Reichl May 8, 2015, 9:34 a.m. UTC
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>
---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 3 +++
 1 file changed, 3 insertions(+)

Comments

Krzysztof Kozlowski May 8, 2015, 11:13 a.m. UTC | #1
W dniu 08.05.2015 o 18:34, Markus Reichl pisze:
> 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>

Thanks, applied. I'll push it to Kukjin a little later, depending on
status of previous pull requests.

Best regards,
Krzysztof
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
kgene@kernel.org May 8, 2015, 5:59 p.m. UTC | #2
On 05/08/15 20:13, Krzysztof Kozlowski wrote:
> W dniu 08.05.2015 o 18:34, Markus Reichl pisze:
>> 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>
> 
> Thanks, applied. I'll push it to Kukjin a little later, depending on
> status of previous pull requests.
> 
Applied in my tree directly.

Thanks,
Kukjin
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 1ff4c88..0a8e6aa4 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -9,6 +9,7 @@ 
 
 #include <dt-bindings/sound/samsung-i2s.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/clock/maxim,max77686.h>
 #include "exynos4412.dtsi"
 
 / {
@@ -143,6 +144,8 @@ 
 
 	rtc@10070000 {
 		status = "okay";
+		clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
+		clock-names = "rtc", "rtc_src";
 	};
 
 	g2d@10800000 {